mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-13 11:09:10 +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
1 changed files with 3 additions and 0 deletions
3
.idea/codeStyles/Project.xml
generated
3
.idea/codeStyles/Project.xml
generated
|
@ -167,6 +167,9 @@
|
|||
</value>
|
||||
</option>
|
||||
</JavaCodeStyleSettings>
|
||||
<Properties>
|
||||
<option name="KEEP_BLANK_LINES" value="true" />
|
||||
</Properties>
|
||||
<codeStyleSettings language="JAVA">
|
||||
<option name="BLANK_LINES_BEFORE_PACKAGE" value="1" />
|
||||
</codeStyleSettings>
|
||||
|
|
Loading…
Add table
Reference in a new issue