diff --git a/src/.gitattributes b/src/.gitattributes new file mode 100644 index 0000000..d3f6fc7 --- /dev/null +++ b/src/.gitattributes @@ -0,0 +1,2 @@ +* text=auto eol=lf +*.rs text whitespace=tab-in-indent,trailing-space,tabwidth=4 diff=cpp