Brett Wilson | 77014c1 | 2023-03-15 12:56:10 -0700 | [diff] [blame] | 1 | # We expect files to have Unix line endings. |
2 | *.c text eol=lf | ||||
3 | *.cc text eol=lf | ||||
4 | *.cpp text eol=lf | ||||
5 | *.gn text eol=lf | ||||
6 | *.gni text eol=lf | ||||
7 | *.h text eol=lf | ||||
8 | *.md text eol=lf | ||||
9 | *.py text eol=lf | ||||
10 | *.txt text eol=lf | ||||
11 | .clang-format text eol=lf | ||||
12 | .gitattributes text eol=lf | ||||
13 | .gitignore text eol=lf | ||||
14 | AUTHORS text eol=lf | ||||
15 | LICENSE text eol=lf | ||||
16 | OWNERS text eol=lf | ||||
17 | README.* text eol=lf |