Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

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 670bb71 commit 54aa193
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 54aa193

Please sign in to comment.