blob: e6713d0ee4df8d818932e755440df7400bd05c6c [file] [log] [blame]
Shahbaz Youssefi5efb36b2019-11-25 16:14:55 -05001* 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
12src/compiler/preprocessor/preprocessor_*.* eol=lf
13src/compiler/translator/glslang_*.* eol=lf
Jamie Madillbf433722019-01-20 20:10:17 -050014
15# Git conflict markers in the json file break the code generator.
Jamie Madill53aff412019-07-11 14:06:23 -040016# Using a binary merge strategy forces conflicts without changing file contents.
17scripts/code_generation_hashes/*.json merge=binary