Skip to content

Commit

Permalink
Insert new line at end of files (EditorConfig)
Browse files Browse the repository at this point in the history
This prevents files' final line from showing up in diffs even though they aren't changed.

Closes micrometer-metrics#1276
  • Loading branch information
shakuzen committed Mar 12, 2019
1 parent 66259d4 commit 9e7ac90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
root = true

[*]
insert_final_newline = true

[*.java]
indent_style = space
indent_size = 4
Expand Down

0 comments on commit 9e7ac90

Please sign in to comment.