Explicitly specify line-endings of source files in gitattributes.
This commit is contained in:
committed by
Paul Chote
parent
8ec3df7550
commit
f50a891d18
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -1,6 +1,9 @@
|
|||||||
# Enforce LF normalization on Windows
|
# Enforce LF normalization on Windows
|
||||||
*.yaml eol=lf
|
*.yaml eol=lf
|
||||||
*.lua eol=lf
|
*.lua eol=lf
|
||||||
|
*.cs eol=lf
|
||||||
|
*.csproj eol=lf
|
||||||
|
*.sln eol=lf
|
||||||
* text=lf
|
* text=lf
|
||||||
|
|
||||||
# Custom for Visual Studio
|
# Custom for Visual Studio
|
||||||
|
|||||||
Reference in New Issue
Block a user