2021-02-09 22:16:01 +01:00
|
|
|
* text=auto
|
|
|
|
|
|
|
|
# shell scripts
|
|
|
|
*.sh text eol=lf
|
|
|
|
|
2021-02-18 21:35:20 +01:00
|
|
|
# Windows files
|
2021-02-09 22:16:01 +01:00
|
|
|
*.bat text eol=crlf
|
2021-02-18 21:35:20 +01:00
|
|
|
tools/VERIFICATION.txt text eol=crlf
|
2021-02-09 22:16:01 +01:00
|
|
|
|
|
|
|
# the test cases
|
|
|
|
/test/*.txt text eol=lf
|
|
|
|
|
2021-03-03 22:25:06 +01:00
|
|
|
# some files which are currently in ISO-8859-15 encoding
|
|
|
|
/boxes.vim text working-tree-encoding=ISO_8859-15
|
|
|
|
/src/lexer.l text working-tree-encoding=ISO_8859-15
|
2021-02-09 22:16:01 +01:00
|
|
|
/test/111_manual_encoding_iso.txt text working-tree-encoding=ISO_8859-15
|