Skip to content
This repository was archived by the owner on Nov 22, 2019. It is now read-only.

Commit 4e73379

Browse files
committed
Added more files that should be normalized
1 parent 688bedb commit 4e73379

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.gitattributes

+15-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
*.php text eol=lf
1+
# These files are text and should be normalized (Convert crlf => lf)
2+
*.php text eol=lf
3+
*.xml text eol=lf
4+
*.xsl text eol=lf
5+
*.css text eol=lf
6+
*.js text eol=lf
7+
*.txt text eol=lf
8+
*.twig text eol=lf
9+
*.html text eol=lf
10+
.htaccess text eol=lf
11+
.gitattributes text eol=lf
12+
.gitignore text eol=lf
13+
composer.json text eol=lf
14+
composer.lock text eol=lf
15+
htaccess.dist text eol=lf

0 commit comments

Comments
 (0)