diff --git a/.gitattributes b/.gitattributes index 04d89c686..5ecec8c01 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,15 @@ -# Autodetect text files and perform LF normalization -* binary +# 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 diff --git a/c/todo.txt b/c/todo.txt index d6c246c50..114c2513d 100644 --- a/c/todo.txt +++ b/c/todo.txt @@ -27,6 +27,8 @@ BUGFIXES * rh/fedora/centos +* termcvt in-place; et al. + ================================================================ MSYS2