Skip to content

Commit

Permalink
Intellij OPTIMIZE_IMPORTS_ON_THE_FLY (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdanfox authored May 14, 2018
1 parent cf05fec commit 38bbb33
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<option name="METHOD_CALL_CHAIN_WRAP" value="1" />
<option name="METHOD_PARAMETERS_WRAP" value="1" />
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="99" />
<option name="OPTIMIZE_IMPORTS_ON_THE_FLY" value="true" />
<option name="OTHER_INDENT_OPTIONS">
<value>
<option name="INDENT_SIZE" value="4" />
Expand All @@ -66,7 +67,7 @@
<option name="LABEL_INDENT_ABSOLUTE" value="false" />
<option name="USE_RELATIVE_INDENTS" value="false" />
</value>
</option>
</option>
<option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">
<value />
</option>
Expand Down Expand Up @@ -101,6 +102,7 @@
<option name="KEEP_SIMPLE_CLASSES_IN_ONE_LINE" value="true" />
<option name="KEEP_SIMPLE_METHODS_IN_ONE_LINE" value="true" />
<option name="METHOD_PARAMETERS_WRAP" value="1" />
<option name="OPTIMIZE_IMPORTS_ON_THE_FLY" value="true" />
<option name="PARENT_SETTINGS_INSTALLED" value="true" />
<option name="RESOURCE_LIST_WRAP" value="5" />
<option name="SPACE_BEFORE_ARRAY_INITIALIZER_LBRACE" value="true" />
Expand Down

0 comments on commit 38bbb33

Please sign in to comment.