diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..114e2e5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Default +* text=auto + +# Binary files so don't modify +*.ico binary +*.png binary +*.jpg binary +*.xlsx binary diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 0000000..0be2ce1 --- /dev/null +++ b/.jshintrc @@ -0,0 +1,5 @@ +{ + "eqnull": true, + "sub": true, + "multistr": true +}