We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bcacb1 commit 3b486b7Copy full SHA for 3b486b7
.gitattributes
@@ -8,24 +8,30 @@
8
# The above will handle all files NOT found below
9
#
10
# These files are text and should be normalized (Convert crlf => lf)
11
+.gitattributes text
12
+.gitignore text
13
+.editorconfig text
14
+*.bat text eol=crlf
15
+*.cmd text eol=crlf
16
*.css text diff=css
17
*.htm text diff=html
18
*.html text diff=html
19
*.hx text
20
+*.hxml text
21
+*.hxproj text
22
+*.java text diff=java
23
*.js text
24
*.json text
25
*.md text
26
*.properties text
-*.sh text
27
+*.sh text diff=bash eol=lf
28
*.txt text
29
*.xml text
30
*.yaml text
31
*.yml text
32
33
# These files are binary and should be left untouched
34
# (binary is a macro for -text -diff)
-*.bat binary
-*.cmd binary
35
*.gif binary
36
*.ico binary
37
*.jpg binary
0 commit comments