Skip to content

Commit

Permalink
Remove linebreak rule and add gitattributes to normalize line ending
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchin committed Feb 4, 2016
1 parent 7ab17d5 commit 4fe63e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ rules:
quotes:
- 2
- single
linebreak-style:
- 2
- unix
semi:
- 2
- always
Expand Down
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto

0 comments on commit 4fe63e1

Please sign in to comment.