github.com/wfusion/gofusion@v1.1.14/.gitattributes (about) 1 # Force Unix line endings for most file formats (except binary files) 2 *.js text eol=lf 3 *.ts text eol=lf 4 *.jsm text eol=lf 5 *.css text eol=lf 6 *.html text eol=lf 7 *.md text eol=lf 8 *.properties text eol=lf 9 *.yml text eol=lf 10 *.json text eol=lf 11 *.toml text eol=lf 12 *.config text eol=lf 13 *.inc text eol=lf 14 *.manifest text eol=lf 15 *.rdf text eol=lf 16 *.jade text eol=lf 17 *.coffee text eol=lf 18 *.sh text eol=lf 19 20 # PDF files shall not modify CRLF line endings 21 *.pdf -crlf 22 23 # Linguist language overrides 24 *.js linguist-language=Go 25 *.html linguist-language=Go 26 *.ts linguist-language=Go 27 *.sh linguist-language=Go