Skip to content

Commit 61cb890

Browse files
author
michael-n-cooper
committed
add .gitattributes
1 parent 46b8528 commit 61cb890

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

svg-aam/.gitattributes

+12
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)