diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..f2c73901 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# Auto-detect text files and perform LF normalization +* text=auto + +# Custom for shell scripts +*.sh text eol=lf + +# Documentation +*.md text +*.json text