Skip to content

Commit

Permalink
Ensure all text files do not accidentally become a CRLF file.
Browse files Browse the repository at this point in the history
Agreed upon during 5 August 2015 PF Editors concall.
  • Loading branch information
joanmarie committed Aug 5, 2015
1 parent 7691286 commit b336d6a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# Ensure aria.html does not accidentally become a CRLF file
aria.html eol=lf
# Ensure all text files do not accidentally become a CRLF file.
# Agreed upon during 5 August 2015 PF Editors concall.
# To override or prevent this behavior see the following sections.
* text eol=lf

# Files that will always have CRLF line endings. Example:
# my-special-spec.html eol=crlf

# Ensure non-text files don't get accidentally swept up by above.
*.png binary
*.jpg binary
*.zargo binary

0 comments on commit b336d6a

Please sign in to comment.