Merge pull request #226 from Continuities/convensions

Add convention pieces. jshintrc and gitattributes
This commit is contained in:
Michael Townsend
2015-02-10 10:59:53 -05:00
2 changed files with 13 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Default
* text=auto
# Binary files so don't modify
*.ico binary
*.png binary
*.jpg binary
*.xlsx binary
+5
View File
@@ -0,0 +1,5 @@
{
"eqnull": true,
"sub": true,
"multistr": true
}