Preserve blank lines in .properties files

This setting is actually necessary only in bisq-common, but it has been
added to the shared codeStyles/Project.xml in bisq-network/dao so as to
be able to copy the same configuration file to all bisq-* projects.
This commit is contained in:
Chris Beams 2018-03-16 11:37:29 +01:00
parent 63a5aaedf4
commit 35231e2ade
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73

View File

@ -167,6 +167,9 @@
</value> </value>
</option> </option>
</JavaCodeStyleSettings> </JavaCodeStyleSettings>
<Properties>
<option name="KEEP_BLANK_LINES" value="true" />
</Properties>
<codeStyleSettings language="JAVA"> <codeStyleSettings language="JAVA">
<option name="BLANK_LINES_BEFORE_PACKAGE" value="1" /> <option name="BLANK_LINES_BEFORE_PACKAGE" value="1" />
</codeStyleSettings> </codeStyleSettings>