diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..086a4958 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Set our files to use lf, so our prettify will always be happy +*.html text eol=lf +*.css text eol=lf +*.js text eol=lf +*.jsx text eol=lf +*.json text eol=lf \ No newline at end of file