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*.evt text eol=lf 7*.gn text eol=lf 8*.gni text eol=lf 9*.h text eol=lf 10*.in text eol=lf 11*.js text eol=lf 12*.md text eol=lf 13*.mm text eol=lf 14*.sh text eol=lf 15*.txt text eol=lf 16*.xml text eol=lf 17.clang-format text eol=lf 18.gitattributes text eol=lf 19.gitignore text eol=lf 20.vpython text eol=lf 21codereview.settings text eol=lf 22DEPS text eol=lf 23LICENSE text eol=lf 24OWNERS text eol=lf 25 26# Skip Tricium on expectation files. 27*_expected.txt -tricium 28