Skip to content

Commit 7b15114

Browse files
authored
eol=lf, where appropriate (#15752)
1 parent efa2b5b commit 7b15114

File tree

1 file changed

+57
-56
lines changed

1 file changed

+57
-56
lines changed

.gitattributes

+57-56
Original file line numberDiff line numberDiff line change
@@ -2,69 +2,70 @@
22
* text=auto
33

44
# sources
5-
*.c text
6-
*.cc text
7-
*.cxx text
8-
*.cpp text
9-
*.c++ text
10-
*.hpp text
11-
*.h text
12-
*.h++ text
13-
*.hh text
14-
*.bat text
15-
*.coffee text
16-
*.css text
17-
*.htm text
18-
*.html text
19-
*.inc text
20-
*.ini text
21-
*.js text
22-
*.jsx text
23-
*.json text
24-
*.less text
25-
*.php text
26-
*.pl text
27-
*.py text
28-
*.rb text
29-
*.sass text
30-
*.scm text
31-
*.scss text
32-
*.sh text
33-
*.sql text
34-
*.styl text
35-
*.ts text
36-
*.xml text
37-
*.xhtml text
5+
*.c text eol=lf
6+
*.cc text eol=lf
7+
*.cxx text eol=lf
8+
*.cpp text eol=lf
9+
*.c++ text eol=lf
10+
*.hpp text eol=lf
11+
*.h text eol=lf
12+
*.h++ text eol=lf
13+
*.hh text eol=lf
14+
*.bat text eol=crlf
15+
*.cmd text eol=crlf
16+
*.coffee text eol=lf
17+
*.css text eol=lf
18+
*.htm text eol=lf
19+
*.html text eol=lf
20+
*.inc text eol=lf
21+
*.ini text eol=crlf
22+
*.js text eol=lf
23+
*.jsx text eol=lf
24+
*.json text eol=lf
25+
*.less text eol=lf
26+
*.php text eol=lf
27+
*.pl text eol=lf
28+
*.py text eol=lf
29+
*.rb text eol=lf
30+
*.sass text eol=lf
31+
*.scm text eol=lf
32+
*.scss text eol=lf
33+
*.sh text eol=lf
34+
*.sql text eol=lf
35+
*.styl text eol=lf
36+
*.ts text eol=lf
37+
*.xml text eol=lf
38+
*.xhtml text eol=lf
3839

3940
# make files (need to always use lf for compatibility with Windows 10 bash)
4041
Makefile eol=lf
41-
*.mk eol=lf
42+
*.mk eol=lf
4243

4344
# make files (need to always use lf for compatibility with Windows 10 bash)
4445
*.sh eol=lf
4546

4647
# documentation
47-
*.markdown text
48-
*.md text
49-
*.mdwn text
50-
*.mdown text
51-
*.mkd text
52-
*.mkdn text
53-
*.mdtxt text
54-
*.mdtext text
55-
*.txt text
56-
AUTHORS text
57-
CHANGELOG text
58-
CHANGES text
59-
CONTRIBUTING text
60-
COPYING text
61-
INSTALL text
62-
license text
63-
LICENSE text
64-
NEWS text
65-
readme text
66-
*README* text
67-
TODO text
48+
*.markdown text eol=lf
49+
*.md text eol=lf
50+
*.mdwn text eol=lf
51+
*.mdown text eol=lf
52+
*.mkd text eol=lf
53+
*.mkdn text eol=lf
54+
*.mdtxt text eol=lf
55+
*.mdtext text eol=lf
56+
*.txt text eol=lf
57+
AUTHORS text eol=lf
58+
CHANGELOG text eol=lf
59+
CHANGES text eol=lf
60+
CONTRIBUTING text eol=lf
61+
COPYING text eol=lf
62+
INSTALL text eol=lf
63+
license text eol=lf
64+
LICENSE text eol=lf
65+
NEWS text eol=lf
66+
readme text eol=lf
67+
*README* text eol=lf
68+
TODO text eol=lf
6869

6970
GRAPHICS
7071
*.ai binary
@@ -82,7 +83,7 @@ GRAPHICS
8283
*.png binary
8384
*.psb binary
8485
*.psd binary
85-
*.svg text
86+
*.svg text eol=lf
8687
*.svgz binary
8788
*.tif binary
8889
*.tiff binary

0 commit comments

Comments
 (0)