diff options
Diffstat (limited to '.idea/codeStyles/Project.xml')
| -rw-r--r-- | .idea/codeStyles/Project.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index f1f9173..0da5067 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -169,7 +169,7 @@ <codeStyleSettings language="JAVA"> <option name="KEEP_LINE_BREAKS" value="false" /> <option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" /> - <option name="CLASS_BRACE_STYLE" value="2" /> + <option name="CLASS_BRACE_STYLE" value="5" /> <option name="METHOD_BRACE_STYLE" value="5" /> <option name="ALIGN_MULTILINE_PARAMETERS_IN_CALLS" value="true" /> <option name="ALIGN_MULTILINE_BINARY_OPERATION" value="true" /> @@ -197,10 +197,6 @@ <option name="FOR_BRACE_FORCE" value="1" /> <option name="METHOD_ANNOTATION_WRAP" value="1" /> <option name="FIELD_ANNOTATION_WRAP" value="0" /> - <indentOptions> - <option name="TAB_SIZE" value="8" /> - <option name="USE_TAB_CHARACTER" value="true" /> - </indentOptions> </codeStyleSettings> <codeStyleSettings language="JSON"> <option name="KEEP_LINE_BREAKS" value="false" /> @@ -227,9 +223,6 @@ <option name="CONTINUATION_INDENT_SIZE" value="8" /> </indentOptions> </codeStyleSettings> - <codeStyleSettings language="Python"> - <option name="KEEP_LINE_BREAKS" value="false" /> - </codeStyleSettings> <codeStyleSettings language="TypeScript"> <option name="KEEP_LINE_BREAKS" value="false" /> <option name="CLASS_BRACE_STYLE" value="2" /> |
