Skip to content

Instantly share code, notes, and snippets.

@marvin-roesch
Created May 20, 2016 21:10
Show Gist options
  • Save marvin-roesch/abb5a3b62dee0760bf8476191ce27d9d to your computer and use it in GitHub Desktop.
Save marvin-roesch/abb5a3b62dee0760bf8476191ce27d9d to your computer and use it in GitHub Desktop.
Vanilla Immersion Code Style Settings for IntelliJ IDEA
<code_scheme name="VanillaImmersion">
<option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">
<value>
<package name="org.lwjgl.GL11.*" withSubpackages="false" static="true"/>
</value>
</option>
<codeStyleSettings language="kotlin">
<option name="ALIGN_MULTILINE_PARAMETERS_IN_CALLS" value="true"/>
<option name="ALIGN_MULTILINE_BINARY_OPERATION" value="true"/>
<option name="ALIGN_MULTILINE_EXTENDS_LIST" value="true"/>
<option name="CALL_PARAMETERS_WRAP" value="1"/>
<option name="METHOD_PARAMETERS_WRAP" value="1"/>
<indentOptions>
<option name="CONTINUATION_INDENT_SIZE" value="4"/>
</indentOptions>
</codeStyleSettings>
</code_scheme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment