diff options
author | Aditya Wasan <adityawasan55@gmail.com> | 2020-09-08 14:24:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 14:24:19 +0530 |
commit | ff780b02de77ae0adde23e57d9cc3245552c0f1c (patch) | |
tree | ae89c23f916f11ed810317944b953583b07350e0 /.editorconfig | |
parent | c65f3c7099895f75a9babdcbacefb2290a52d758 (diff) |
Use same checks as BiometricAuthenticator in UserPreference (#1088)
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index aa68b484..06bd1e00 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,7 @@ insert_final_newline = true [*.{java,kt,kts,xml}] indent_size = 4 -ij_continuation_indent_size = 2 +ij_continuation_indent_size = 4 [*.{kt,kts}] kotlin_imports_layout=ascii |