diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-02-01 11:00:16 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-02-01 11:00:16 +0100 |
| commit | 967eb05b130017bc1ea197c5b23ec1c953c3c5ca (patch) | |
| tree | dbae650d85b262ece0b202d85f42ae464563bb45 /.idea/codeStyles | |
| parent | 968d252fa511e9e85ac428f108d2d236ec557533 (diff) | |
| download | tdde30-967eb05b130017bc1ea197c5b23ec1c953c3c5ca.tar.gz | |
code style update
tabs -> spaces (I think)
------------
class Text
{
---
class Text {
Diffstat (limited to '.idea/codeStyles')
| -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" /> |
