Revert "Upgrade NodeJS binary to v16.13.0"
[platform/framework/web/chromium-efl.git] / third_party / angle / .gitattributes
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
13 infra/config/generated/*.cfg               eol=lf
14 infra/config/generated/*.pyl               eol=lf
15 src/compiler/preprocessor/preprocessor_*.* eol=lf
16 src/compiler/translator/glslang_*.*        eol=lf
17
18 # Git conflict markers in the json file break the code generator.
19 # Using a binary merge strategy forces conflicts without changing file contents.
20 scripts/code_generation_hashes/*.json merge=binary