Initial stub for IntelliJ Code Style settings (#1832)

* Initial stub for IntelliJ Code Style settings

* Added exclusion to ".gitignore"
This commit is contained in:
Viktor Kolomeyko 2017-10-09 13:24:17 +01:00 committed by GitHub
parent 689758a71c
commit 20a30b30da
2 changed files with 20 additions and 0 deletions

1
.gitignore vendored
View File

@ -38,6 +38,7 @@ lib/quasar.jar
# Include the -parameters compiler option by default in IntelliJ required for serialization.
!.idea/compiler.xml
!.idea/codeStyleSettings.xml
# if you remove the above rule, at least ignore the following:

19
.idea/codeStyleSettings.xml generated Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectCodeStyleSettingsManager">
<option name="PER_PROJECT_SETTINGS">
<value>
<JetCodeStyleSettings>
<option name="PACKAGES_TO_USE_STAR_IMPORTS">
<value>
<package name="java.util" withSubpackages="false" static="false" />
<package name="kotlinx.android.synthetic" withSubpackages="true" static="false" />
<package name="tornadofx" withSubpackages="false" static="false" />
</value>
</option>
</JetCodeStyleSettings>
</value>
</option>
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
</component>
</project>