mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-13 10:20:37 +01:00
14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
|
* text=auto
|
||
|
|
||
|
# shell scripts
|
||
|
*.sh text eol=lf
|
||
|
|
||
|
# Windows batch files
|
||
|
*.bat text eol=crlf
|
||
|
|
||
|
# the test cases
|
||
|
/test/*.txt text eol=lf
|
||
|
|
||
|
# special test case for testing ISO encoding
|
||
|
/test/111_manual_encoding_iso.txt text working-tree-encoding=ISO_8859-15
|