Skip to content

Commit

Permalink
.editorconfig: Automatically add new line at EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Apr 22, 2014
1 parent ab5f358 commit 9c895f0
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
indent_style = tab
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = false
insert_final_newline = true
charset = utf-8

[package.json]
Expand All @@ -13,4 +13,4 @@ indent_size = 2

[*.yml]
indent_style = space
indent_size = 2
indent_size = 2

0 comments on commit 9c895f0

Please sign in to comment.