Skip to content

Commit

Permalink
Add convention pieces. jshintrc and gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
groteworld committed Feb 10, 2015
1 parent c87541b commit eee2bff
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"eqnull": true,
"sub": true,
"multistr": true
}

0 comments on commit eee2bff

Please sign in to comment.