Set LF line endings as default

This commit is contained in:
jonpas 2016-05-30 18:18:38 +02:00
parent 3163b53710
commit c34a686ba5
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
root = true
[*]
end_of_line = crlf
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
@ -10,4 +10,3 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* text=auto