Skip to content

Commit

Permalink
Update .editorconfig to end files with newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
hmhealey committed Nov 11, 2016
1 parent d469e89 commit f907d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Expand Up @@ -4,7 +4,7 @@ root = true

[*]
end_of_line = lf
insert_final_newline = false
insert_final_newline = true
charset = utf-8

[*.go]
Expand All @@ -28,4 +28,4 @@ indent_style = tab

[*.scss]
indent_style = space
indent_size = 4
indent_size = 4

0 comments on commit f907d03

Please sign in to comment.