Fixed code-style errors

This commit is contained in:
Christoph Oberhofer
2015-10-05 22:46:53 +02:00
parent 8668e79b63
commit 03e9bee015
23 changed files with 370 additions and 368 deletions
+6 -1
View File
@@ -65,11 +65,16 @@
"no-mixed-spaces-and-tabs": 2,
"no-multiple-empty-lines": 2,
"semi-spacing": 2,
"dot-notation": 2,
"no-spaced-func": 1,
"no-shadow": 2,
"no-undef": 2,
"padded-blocks": [2, "never"],
"semi": [2, "always"],
"space-after-keywords": [2, "always"],
"space-infix-ops": 2,
"max-len" : [1, 120]
"max-len" : [1, 120],
"consistent-return": 2,
"yoda": 2
}
}