[WRTJS] Fix a gcc build error caused by function/class ambiguity
[platform/framework/web/chromium-efl.git] / electron / .gitattributes
1 # `git apply` and friends don't understand CRLF, even on windows. Force those
2 # files to be checked out with LF endings even if core.autocrlf is true.
3 *.patch text eol=lf
4 patches/**/.patches merge=union
5
6 # Source code and markdown files should always use LF as line ending.
7 *.cc text eol=lf
8 *.mm text eol=lf
9 *.h text eol=lf
10 *.js text eol=lf
11 *.ts text eol=lf
12 *.py text eol=lf
13 *.ps1 text eol=lf
14 *.md text eol=lf