Force generated jsons to check out with LF line endings on Windows

This commit is contained in:
tterrag 2020-05-14 21:11:28 -04:00
parent c501de8c21
commit 7897968a63
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored
View File

@ -1,2 +1,4 @@
# Auto detect text files and perform LF normalization
* text=auto
# Disable autocrlf on generated files, they always generate with LF
src/generated/**/*.json text eol=lf