Skip to content

Commit

Permalink
Merge pull request doublespeakgames#226 from Continuities/convensions
Browse files Browse the repository at this point in the history
Add convention pieces. jshintrc and gitattributes
  • Loading branch information
Continuities committed Feb 10, 2015
2 parents c87541b + 06b281f commit 7c978f4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Default
* text=auto

# 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 7c978f4

Please sign in to comment.