Skip to content

Commit

Permalink
Build: Enforce consistent line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkemperman committed Aug 2, 2017
1 parent 2614fd7 commit bd1ad2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Expand Up @@ -7,6 +7,7 @@ indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf

[*.md]
trim_trailing_whitespace = false
2 changes: 2 additions & 0 deletions .gitattributes
@@ -0,0 +1,2 @@
* text eol=lf

0 comments on commit bd1ad2e

Please sign in to comment.