Update IntelliJ coding style settings to work
This commit is contained in:
parent
857e99717c
commit
cd2bd2d21d
3 changed files with 1 additions and 22 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -8,7 +8,7 @@
|
|||
!/.gitignore
|
||||
!/LICENSE
|
||||
!/pom.xml
|
||||
!/IntelliJ-Coding-Style.xml
|
||||
!/IntelliJ-Coding-Style.jar
|
||||
!/README.md
|
||||
!/STYLE.md
|
||||
!/CHANGELOG.md
|
||||
|
|
BIN
IntelliJ-Coding-Style.jar
Normal file
BIN
IntelliJ-Coding-Style.jar
Normal file
Binary file not shown.
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<code_scheme name="IntelliJ Coding Style">
|
||||
<option name="LINE_SEPARATOR" value=" " />
|
||||
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="1000000" />
|
||||
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="1000000" />
|
||||
<option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">
|
||||
<value />
|
||||
</option>
|
||||
<option name="WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN" value="true" />
|
||||
<option name="WRAP_COMMENTS" value="true" />
|
||||
<XML>
|
||||
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
|
||||
</XML>
|
||||
<codeStyleSettings language="JAVA">
|
||||
<option name="KEEP_LINE_BREAKS" value="false" />
|
||||
<option name="KEEP_FIRST_COLUMN_COMMENT" value="false" />
|
||||
<option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" />
|
||||
<option name="WRAP_LONG_LINES" value="true" />
|
||||
</codeStyleSettings>
|
||||
</code_scheme>
|
||||
|
Loading…
Reference in a new issue