Include the project's code style, fixed invalid .idea directory being ignored

This commit is contained in:
Tim Visée 2015-11-23 21:06:17 +01:00
parent a9900336ae
commit b0cc6826b4
2 changed files with 15 additions and 1 deletions

3
.gitignore vendored
View File

@ -19,9 +19,10 @@ hs_err_pid*
*.iml
## Directory-based project format:
.idea/
.idea/*
# Include the project's code style settings file
!.idea/codeStyleSettings.xml
# if you remove the above rule, at least ignore the following:
# User-specific stuff:

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectCodeStyleSettingsManager">
<option name="PER_PROJECT_SETTINGS">
<value>
<XML>
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
</XML>
</value>
</option>
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
</component>
</project>