Skip to content

Commit

Permalink
remove LF enforcement. Don't kill windows people
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Feb 20, 2014
1 parent 748bf91 commit 2be5d82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Expand Up @@ -4,10 +4,9 @@ root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
trim_trailing_whitespace = false

0 comments on commit 2be5d82

Please sign in to comment.