Do not enforce lf line endings, that just creates mixed line endings errors on windows

This commit is contained in:
brainiac 2025-12-16 20:27:23 -08:00 committed by Alex
parent 6c057308da
commit f1ff227fbd
2 changed files with 1 additions and 7 deletions

View File

@ -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

4
.gitattributes vendored
View File

@ -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