diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..68aa440 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +*.c text eol=lf diff=c +*.css text eol=lf diff=css +*.h text eol=lf diff=c +*.html text eol=lf diff=html +*.java text eol=lf diff=java +*.js text eol=lf diff=js +*.txt text eol=lf + +*.class binary +*.dll binary +*.wasm binary +*.woff2 binary