Ensure LF on checkouts and in editors (#9259)

This will ensure our repo is always checked out with LF line endings
which should help Windows users who have line ending normalization
enabled.

Additionally, added the LF preference to .editorconfig.
This commit is contained in:
silverwind 2019-12-05 22:09:01 +01:00 committed by Lauris BH
parent 43f7b97c4a
commit 1718a9591c
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@ root = true
charset = utf-8 charset = utf-8
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
end_of_line = lf
[*.go] [*.go]
indent_style = tab indent_style = tab

3
.gitattributes vendored
View File

@ -1,6 +1,7 @@
* text=auto eol=lf
conf/* linguist-vendored conf/* linguist-vendored
docker/* linguist-vendored docker/* linguist-vendored
options/* linguist-vendored options/* linguist-vendored
public/* linguist-vendored public/* linguist-vendored
scripts/* linguist-vendored scripts/* linguist-vendored
templates/* linguist-vendored templates/* linguist-vendored