Skip to content

Commit b336d6a

Browse files
committed
Ensure all text files do not accidentally become a CRLF file.
Agreed upon during 5 August 2015 PF Editors concall.
1 parent 7691286 commit b336d6a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.gitattributes

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1-
# Ensure aria.html does not accidentally become a CRLF file
2-
aria.html eol=lf
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)