Update IntelliJ coding style settings to work

This commit is contained in:
Ryan Dowling 2015-04-06 02:10:06 +10:00
parent 857e99717c
commit cd2bd2d21d
3 changed files with 1 additions and 22 deletions

2
.gitignore vendored
View file

@ -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

Binary file not shown.

View file

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<code_scheme name="IntelliJ Coding Style">
<option name="LINE_SEPARATOR" value="&#10;" />
<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>