Skip to content

Commit

Permalink
Update formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
kotcrab committed Aug 25, 2015
1 parent 6cc5168 commit 85f2de7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vis-intellij-formatter.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<code_scheme name="vis-intellij-formatter">
<option name="AUTODETECT_INDENTS" value="false" />
<option name="INSERT_INNER_CLASS_IMPORTS" value="true" />
<option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">
<value />
Expand All @@ -13,6 +14,7 @@
<option name="JD_PRESERVE_LINE_FEEDS" value="true" />
<option name="FORMATTER_TAGS_ENABLED" value="true" />
<JavaCodeStyleSettings>
<option name="DO_NOT_WRAP_AFTER_SINGLE_ANNOTATION" value="true" />
<option name="CLASS_NAMES_IN_JAVADOC" value="3" />
</JavaCodeStyleSettings>
<XML>
Expand All @@ -23,6 +25,8 @@
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" />
<option name="KEEP_BLANK_LINES_BEFORE_RBRACE" value="1" />
<option name="SPACE_BEFORE_METHOD_PARENTHESES" value="true" />
<option name="CLASS_ANNOTATION_WRAP" value="1" />
<option name="FIELD_ANNOTATION_WRAP" value="1" />
<indentOptions>
<option name="USE_TAB_CHARACTER" value="true" />
</indentOptions>
Expand Down

0 comments on commit 85f2de7

Please sign in to comment.