Browse Source

Force unix linebreaks

gh-669
Bogdan Chadkin 9 years ago
parent
commit
38cbfbc5f8
  1. 1
      .eslintrc
  2. 1
      .gitattributes

1
.eslintrc

@ -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" ],

1
.gitattributes

@ -0,0 +1 @@
*.js eol=lf
Loading…
Cancel
Save