Skip to content

Commit

Permalink
Force unix linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Feb 14, 2016
1 parent 9549309 commit 38cbfbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc
Expand Up @@ -2,7 +2,6 @@
"rules": {
"indent": [ 2, "tab", { "SwitchCase": 1 } ],
"quotes": [ 2, "single" ],
"linebreak-style": [ 2, "unix" ],
"semi": [ 2, "always" ],
"space-after-keywords": [ 2, "always" ],
"space-before-blocks": [ 2, "always" ],
Expand Down
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
*.js eol=lf

0 comments on commit 38cbfbc

Please sign in to comment.