We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eol=lf
.gitattributes
1 parent 5f3d36e commit c9ac82dCopy full SHA for c9ac82d
.gitattributes
@@ -4,16 +4,16 @@
4
# ...Unless the name matches the following overriding patterns
5
6
# Definitively text files
7
-*.php text
8
-*.css text
9
-*.js text
10
-*.txt text
11
-*.md text
12
-*.xml text
13
-*.json text
14
-*.bat text
15
-*.sql text
16
-*.yml text
+*.php text eol=lf
+*.css text eol=lf
+*.js text eol=lf
+*.txt text eol=lf
+*.md text eol=lf
+*.xml text eol=lf
+*.json text eol=lf
+*.bat text eol=lf
+*.sql text eol=lf
+*.yml text eol=lf
17
18
# Ensure those won't be messed up with
19
*.png binary
0 commit comments