env update

This commit is contained in:
ChUrl
2021-02-01 19:00:25 +01:00
parent a6ebcadaa4
commit 4d2d0af6a7
2 changed files with 2 additions and 2 deletions

View File

@ -292,7 +292,6 @@
</SybaseCodeStyleSettings> </SybaseCodeStyleSettings>
<codeStyleSettings language="JAVA"> <codeStyleSettings language="JAVA">
<option name="RIGHT_MARGIN" value="120" /> <option name="RIGHT_MARGIN" value="120" />
<option name="KEEP_FIRST_COLUMN_COMMENT" value="false" />
<option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" /> <option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" />
<option name="BLANK_LINES_AFTER_CLASS_HEADER" value="1" /> <option name="BLANK_LINES_AFTER_CLASS_HEADER" value="1" />
<option name="ALIGN_MULTILINE_CHAINED_METHODS" value="true" /> <option name="ALIGN_MULTILINE_CHAINED_METHODS" value="true" />
@ -316,6 +315,7 @@
<option name="SOFT_MARGINS" value="120" /> <option name="SOFT_MARGINS" value="120" />
<indentOptions> <indentOptions>
<option name="SMART_TABS" value="true" /> <option name="SMART_TABS" value="true" />
<option name="LABEL_INDENT_ABSOLUTE" value="true" />
</indentOptions> </indentOptions>
<arrangement> <arrangement>
<groups> <groups>

View File

@ -1,5 +1,5 @@
<component name="ProjectCodeStyleConfiguration"> <component name="ProjectCodeStyleConfiguration">
<state> <state>
<option name="USE_PER_PROJECT_SETTINGS" value="true" /> <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
</state> </state>
</component> </component>