2020-05-27 06:33:15 +02:00
|
|
|
# force LF EOLs for test fixtures
|
|
|
|
examples/** text=auto eol=lf
|
|
|
|
snapshots/** text=auto eol=lf
|
2020-10-05 08:10:59 +02:00
|
|
|
syntax-tests/source/** text=auto eol=lf
|
|
|
|
syntax-tests/highlighted/** text=auto eol=lf
|
2020-05-27 06:33:15 +02:00
|
|
|
|
|
|
|
# BAT/CMD files always need CRLF EOLs
|
|
|
|
*.[Bb][Aa][Tt] text eol=crlf
|
|
|
|
*.[Cc][Mm][Dd] text eol=crlf
|
|
|
|
|
2018-11-11 14:49:24 +01:00
|
|
|
examples/* linguist-vendored
|
|
|
|
snapshots/* linguist-vendored
|
2018-11-12 21:49:19 +01:00
|
|
|
benchmarks/* linguist-vendored
|
|
|
|
benchmarks/test-src/* linguist-vendored
|
2020-05-26 12:14:27 +02:00
|
|
|
scripts/* linguist-vendored
|
2020-08-03 12:47:23 +02:00
|
|
|
syntax-tests/* linguist-vendored
|