Reformat code using 2 spaces

This commit is contained in:
Pavel Feldman 2017-06-21 13:51:06 -07:00
parent bc0655b587
commit 437a93b26e
23 changed files with 2233 additions and 2233 deletions

View File

@ -104,7 +104,7 @@ module.exports = {
* Disabled, aspirational rules
*/
"indent": [0, 4, { "SwitchCase": 1, "CallExpression": {"arguments": 2}, "MemberExpression": 2 }],
"indent": [2, 2, { "SwitchCase": 1, "CallExpression": {"arguments": 2}, "MemberExpression": 2 }],
// brace-style is disabled, as eslint cannot enforce 1tbs as default, but allman for functions
"brace-style": [0, "allman", { "allowSingleLine": true }],