Add IDEA formatting settings

This commit is contained in:
Chris Beams 2014-08-26 15:48:27 +02:00
parent 681f2d55b8
commit 9c3df7375a
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
2 changed files with 19 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
.idea
!.idea/copyright/Bitsquare_Affero_GPLv3.xml
!.idea/copyright/profiles_settings.xml
!.idea/codeStyleSettings.xml
bitsquare.iml
*.spvchain
*.wallet

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

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectCodeStyleSettingsManager">
<option name="PER_PROJECT_SETTINGS">
<value>
<option name="LINE_SEPARATOR" value="&#10;" />
<XML>
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
</XML>
<codeStyleSettings language="JAVA">
<option name="FIELD_ANNOTATION_WRAP" value="0" />
</codeStyleSettings>
</value>
</option>
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
</component>
</project>