Skip to content

Commit

Permalink
Normalize .idea/codeStyles/*.xml EOF newlines
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cbeams committed Mar 16, 2018
1 parent fb12bbf commit 63a5aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ insert_final_newline = true

[.idea/codeStyles/*.xml]
indent_size = 2
insert_final_newline = false
2 changes: 1 addition & 1 deletion .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63a5aae

Please sign in to comment.