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:
Chris Beams 2018-03-16 11:33:38 +01:00
parent fb12bbf119
commit 63a5aaedf4
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
2 changed files with 2 additions and 1 deletions

View File

@ -11,3 +11,4 @@ insert_final_newline = true
[.idea/codeStyles/*.xml]
indent_size = 2
insert_final_newline = false

View File

@ -171,4 +171,4 @@
<option name="BLANK_LINES_BEFORE_PACKAGE" value="1" />
</codeStyleSettings>
</code_scheme>
</component>
</component>