1# Force LF checkout for all source files 2*.bin binary 3*.c text eol=lf 4*.cc text eol=lf 5*.cpp text eol=lf 6*.gn text eol=lf 7*.gni text eol=lf 8*.h text eol=lf 9*.in text eol=lf 10*.js text eol=lf 11*.md text eol=lf 12*.mm text eol=lf 13*.sh text eol=lf 14*.txt text eol=lf 15*.xml text eol=lf 16.clang-format text eol=lf 17.gitattributes text eol=lf 18.gitignore text eol=lf 19.vpython text eol=lf 20codereview.settings text eol=lf 21DEPS text eol=lf 22LICENSE text eol=lf 23OWNERS text eol=lf 24 25# Skip Tricium on expectation files. 26*_expected.txt -tricium 27