mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
15 lines
315 B
Text
15 lines
315 B
Text
# Autodetect text files and perform LF normalization
|
|
.gitattributes text eol=lf
|
|
setup text eol=lf
|
|
out text eol=lf
|
|
*.txt text eol=lf
|
|
*.c text eol=lf
|
|
*.h text eol=lf
|
|
*.csv text eol=lf
|
|
*.tsv text eol=lf
|
|
*.dat text eol=lf
|
|
*.pprint text eol=lf
|
|
*.nidx text eol=lf
|
|
*.dkvp text eol=lf
|
|
*.json text eol=lf
|
|
*.html text eol=lf
|