We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b8528 commit 61cb890Copy full SHA for 61cb890
svg-aam/.gitattributes
@@ -0,0 +1,12 @@
1
+# Ensure all text files do not accidentally become a CRLF file.
2
+# Agreed upon during 5 August 2015 PF Editors concall.
3
+# To override or prevent this behavior see the following sections.
4
+* text eol=lf
5
+
6
+# Files that will always have CRLF line endings. Example:
7
+# my-special-spec.html eol=crlf
8
9
+# Ensure non-text files don't get accidentally swept up by above.
10
+*.png binary
11
+*.jpg binary
12
+*.zargo binary
0 commit comments