mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
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:
parent
63a5aaedf4
commit
35231e2ade
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user