set continuation indent size to 8 in Android Studio
This commit is contained in:
parent
dc32dcdfaa
commit
43cb8a11fd
|
@ -17,3 +17,5 @@ insert_final_newline = true
|
|||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
continuation_indent_size = 8
|
||||
|
||||
|
|
Loading…
Reference in New Issue