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 authored and phated committed Aug 19, 2017
1 parent d8aec6b commit ee934d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
@@ -0,0 +1,13 @@
# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf

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

0 comments on commit ee934d6

Please sign in to comment.