mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
27 lines
421 B
Text
27 lines
421 B
Text
# Autodetect text files and perform LF normalization
|
|
|
|
.gitattributes text eol=lf
|
|
setup text eol=lf
|
|
|
|
out binary
|
|
|
|
*.txt text eol=lf
|
|
*.html text eol=lf
|
|
|
|
*.c text eol=lf
|
|
*.h text eol=lf
|
|
*.sh text eol=lf
|
|
*.rb text eol=lf
|
|
|
|
*.csv text eol=lf
|
|
*.dat text eol=lf
|
|
*.dkvp text eol=lf
|
|
*.json text eol=lf
|
|
*.nidx text eol=lf
|
|
*.pprint text eol=lf
|
|
*.tsv text eol=lf
|
|
|
|
*.csv-crlf binary
|
|
*.pprint-crlf binary
|
|
*.dkvp-crlf binary
|
|
*.bin binary
|