mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-03 11:12:25 +00:00
Do not enforce lf line endings, that just creates mixed line endings errors on windows
This commit is contained in:
parent
6c057308da
commit
f1ff227fbd
@ -3,9 +3,7 @@
|
|||||||
# top-most EditorConfig file
|
# top-most EditorConfig file
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
# Unix-style newlines with a newline ending every file
|
|
||||||
[*]
|
[*]
|
||||||
end_of_line = lf
|
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
# Matches multiple files with brace expansion notation
|
# Matches multiple files with brace expansion notation
|
||||||
@ -20,4 +18,4 @@ indent_style = tab
|
|||||||
|
|
||||||
# Tab indentation (no size specified)
|
# Tab indentation (no size specified)
|
||||||
[Makefile]
|
[Makefile]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|||||||
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -20,7 +20,3 @@
|
|||||||
*.css text
|
*.css text
|
||||||
*.js text
|
*.js text
|
||||||
*.types text
|
*.types text
|
||||||
|
|
||||||
*.vcproj text merge=union
|
|
||||||
*.csproj text merge=union
|
|
||||||
*.sln text merge=union eol=crlf
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user