diff options
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/codeStyles/Project.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 236614aa..6b22ad8f 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -49,7 +49,9 @@ <codeStyleSettings language="XML"> <option name="WRAP_ON_TYPING" value="0" /> <indentOptions> - <option name="CONTINUATION_INDENT_SIZE" value="4" /> + <option name="INDENT_SIZE" value="2" /> + <option name="CONTINUATION_INDENT_SIZE" value="2" /> + <option name="TAB_SIZE" value="2" /> </indentOptions> <arrangement> <rules> @@ -179,7 +181,9 @@ <option name="FIELD_ANNOTATION_WRAP" value="0" /> <option name="WRAP_ON_TYPING" value="0" /> <indentOptions> - <option name="CONTINUATION_INDENT_SIZE" value="4" /> + <option name="INDENT_SIZE" value="2" /> + <option name="CONTINUATION_INDENT_SIZE" value="2" /> + <option name="TAB_SIZE" value="2" /> </indentOptions> </codeStyleSettings> </code_scheme> |