mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-20 13:54:32 +01:00
Normalize .idea/codeStyles/*.xml EOF newlines
IDEA does strips EOF newlines in these files, so this commit adds an exception to the usual rule about inserting them. This will avoid spurious whitespace diffs on these files in the future.
This commit is contained in:
parent
fb12bbf119
commit
63a5aaedf4
2 changed files with 2 additions and 1 deletions
|
@ -11,3 +11,4 @@ insert_final_newline = true
|
|||
|
||||
[.idea/codeStyles/*.xml]
|
||||
indent_size = 2
|
||||
insert_final_newline = false
|
||||
|
|
2
.idea/codeStyles/Project.xml
generated
2
.idea/codeStyles/Project.xml
generated
|
@ -171,4 +171,4 @@
|
|||
<option name="BLANK_LINES_BEFORE_PACKAGE" value="1" />
|
||||
</codeStyleSettings>
|
||||
</code_scheme>
|
||||
</component>
|
||||
</component>
|
Loading…
Add table
Reference in a new issue