2014-04-25 05:23:46 +09:00
|
|
|
# Force Unix line endings for most file formats (except binary files)
|
|
|
|
*.js text eol=lf
|
|
|
|
*.jsm text eol=lf
|
|
|
|
*.css text eol=lf
|
|
|
|
*.html text eol=lf
|
|
|
|
*.md text eol=lf
|
|
|
|
*.properties text eol=lf
|
|
|
|
*.yml text eol=lf
|
|
|
|
*.json text eol=lf
|
|
|
|
*.config text eol=lf
|
|
|
|
*.inc text eol=lf
|
|
|
|
*.manifest text eol=lf
|
|
|
|
*.rdf text eol=lf
|
|
|
|
*.jade text eol=lf
|
|
|
|
*.coffee text eol=lf
|
|
|
|
|
|
|
|
# PDF files shall not modify CRLF line endings
|
2013-08-24 02:57:11 +09:00
|
|
|
*.pdf -crlf
|
2015-04-14 23:28:55 +09:00
|
|
|
|
|
|
|
# Linguist language overrides
|
|
|
|
*.js linguist-language=JavaScript
|
|
|
|
*.jsm linguist-language=JavaScript
|
2015-10-30 03:03:51 +09:00
|
|
|
*.inc linguist-language=XML
|