mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-28 13:01:31 +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
|
||||
root = true
|
||||
|
||||
# Unix-style newlines with a newline ending every file
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
# Matches multiple files with brace expansion notation
|
||||
@ -20,4 +18,4 @@ indent_style = tab
|
||||
|
||||
# Tab indentation (no size specified)
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
indent_style = tab
|
||||
|
||||
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -20,7 +20,3 @@
|
||||
*.css text
|
||||
*.js 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