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
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
View File

@ -20,7 +20,3 @@
*.css text
*.js text
*.types text
*.vcproj text merge=union
*.csproj text merge=union
*.sln text merge=union eol=crlf