set continuation indent size to 8 in Android Studio

This commit is contained in:
tibbi 2020-03-03 17:03:20 +01:00
parent 1c120f4b50
commit 5fac7bc8f2
1 changed files with 2 additions and 0 deletions

View File

@ -17,3 +17,5 @@ insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
continuation_indent_size = 8