diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1f9bc28 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.cc whitespace=tab-in-indent,no-lf-at-eof,trailing-whitespace +*.h whitespace=tab-in-indent,no-lf-at-eof,trailing-whitespace +*.rst whitespace=tab-in-indent,no-lf-at-eof,trailing-whitespace +*.txt whitespace=tab-in-indent,no-lf-at-eof,trailing-whitespace