mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
23 lines
580 B
Plaintext
23 lines
580 B
Plaintext
|
# 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
|
||
|
*.pdf -crlf
|
||
|
|
||
|
# Linguist language overrides
|
||
|
*.js linguist-language=JavaScript
|
||
|
*.jsm linguist-language=JavaScript
|