ui/gfx/font_list.cc
[chromium-dfly.git] / .gitattributes
1 # Stop Windows python license check presubmit errors by forcing LF checkout.
2 *.py  text eol=lf
3
4 # Force LF checkout of the pins files to avoid transport_security_state_generator errors.
5 /net/http/*.pins  text eol=lf
6
7 # Force LF checkout for all source files
8 *.bin binary
9 *.c text eol=lf
10 *.cc text eol=lf
11 *.cpp text eol=lf
12 *.grd   text eol=lf
13 *.grdp   text eol=lf
14 *.gn text eol=lf
15 *.gni text eol=lf
16 *.h text eol=lf
17 *.html   text eol=lf
18 *.idl text eol=lf
19 *.in   text eol=lf
20 *.inc   text eol=lf
21 *.java   text eol=lf
22 *.js   text eol=lf
23 *.json   text eol=lf
24 *.json5 text eol=lf
25 *.md text eol=lf
26 *.mm text eol=lf
27 *.mojom text eol=lf
28 *.sh text eol=lf
29 *.sql   text eol=lf
30 *.txt   text eol=lf
31 *.xml   text eol=lf
32 *.xslt   text eol=lf
33 .clang-format   text eol=lf
34 .eslintrc.js   text eol=lf
35 .git-blame-ignore-revs   text eol=lf
36 .gitattributes   text eol=lf
37 .gitignore   text eol=lf
38 .vpython   text eol=lf
39 codereview.settings   text eol=lf
40 DEPS   text eol=lf
41 ENG_REVIEW_OWNERS   text eol=lf
42 LICENSE text eol=lf
43 LICENSE.* text eol=lf
44 MAJOR_BRANCH_DATE   text eol=lf
45 OWNERS   text eol=lf
46 README   text eol=lf
47 README.*   text eol=lf
48 WATCHLISTS   text eol=lf
49 VERSION   text eol=lf
50
51 # Skip Tricium by default on files in third_party.
52 third_party/** -tricium