1 # Stop Windows python license check presubmit errors by forcing LF checkout.
4 # Force LF checkout of the pins files to avoid transport_security_state_generator errors.
5 /net/http/*.pins text eol=lf
7 # Force LF checkout for all source files
38 .clang-format text eol=lf
39 .eslintrc.js text eol=lf
40 .git-blame-ignore-revs text eol=lf
41 .gitattributes text eol=lf
42 .gitignore text eol=lf
44 codereview.settings text eol=lf
46 ATL_OWNERS text eol=lf
49 MAJOR_BRANCH_DATE text eol=lf
53 WATCHLISTS text eol=lf
55 DIR_METADATA text eol=lf
57 # Skip Tricium by default on files in third_party.
58 third_party/** -tricium
60 # Skip needed directories for tizen to reduce chromium-efl-1.1.108.tar.gz file size
61 third_party/angle/third_party/VK-GL-CTS/src/android export-ignore
62 third_party/depot_tools export-ignore
63 third_party/node/node_modules.tar.gz export-ignore
64 third_party/node/linux/node-linux-x64.tar.gz export-ignore
65 third_party/afl/src/testcases/archives/common/gzip/small_archive.gz export-ignore
66 third_party/quic_trace/src/examples/example.json.gz export-ignore