Turn spaces back on

This commit is contained in:
Dan Finlay 2016-06-21 13:06:41 -07:00
parent 7b2f061fbb
commit f7f8f8b1c5
1 changed files with 2 additions and 2 deletions

View File

@ -134,8 +134,8 @@
"quotes": [2, "single", "avoid-escape"],
"semi": [2, "never"],
"semi-spacing": [2, { "before": false, "after": true }],
"space-before-blocks": [0, "always"],
"space-before-function-paren": [0, "always"],
"space-before-blocks": [1, "always"],
"space-before-function-paren": [1, "always"],
"space-in-parens": [2, "never"],
"space-infix-ops": 2,
"space-unary-ops": [2, { "words": true, "nonwords": false }],