diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6d5cc25 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto eol=lf + +*.c text +*.h text +*.cpp text +*.hpp text +*.json text +*.txt text +LICENSE text +*.md text