Created
May 20, 2016 21:10
-
-
Save marvin-roesch/abb5a3b62dee0760bf8476191ce27d9d to your computer and use it in GitHub Desktop.
Vanilla Immersion Code Style Settings for IntelliJ IDEA
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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