opti: indent 2

This commit is contained in:
zwjamnsss 2017-09-28 11:07:50 +08:00
parent 38af77ceb1
commit 7a0c64d2fc

View File

@ -21,7 +21,7 @@ module.exports = {
"rules": {
"indent": [
"error",
4,
2,
{
"SwitchCase": 1
}