1* text=auto 2*.sln eol=crlf 3*.vcxproj eol=crlf 4*.vcxproj.filters eol=crlf 5*.bat eol=crlf 6*.rc eol=crlf 7**/compiled/*.h eol=crlf 8**/shaders/gen/*.inc eol=lf 9*.sh eol=lf 10*.gn eol=lf 11*.gni eol=lf 12*.star eol=lf 13infra/config/generated/*.cfg eol=lf 14infra/config/generated/*.pyl eol=lf 15src/compiler/preprocessor/preprocessor_*.* eol=lf 16src/compiler/translator/glslang_*.* eol=lf 17src/tests/capture_tests/expected/*.* eol=lf 18 19# Git conflict markers in the json file break the code generator. 20# Using a binary merge strategy forces conflicts without changing file contents. 21scripts/code_generation_hashes/*.json merge=binary 22