Add convention pieces. jshintrc and gitattributes

This commit is contained in:
Blake Grotewold
2015-02-10 09:59:00 -05:00
parent c87541b8b9
commit eee2bffaf0
2 changed files with 20 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Default
* text=auto
# Mandate conversion to LF (unix) line endings.
*.js text eol=lf
*.css text eol=lf
*.html text eol=lf
*.md text eol=lf
*.py text eol=lf
# 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
}