fix bug & add remove plugin

This commit is contained in:
2017-01-24 23:19:44 +08:00
parent 0b66a5092b
commit cb2105a07d
6 changed files with 49 additions and 71 deletions

11
.jsbeautifyrc Normal file
View File

@ -0,0 +1,11 @@
{
"indent_size": 2,
"indent_char": " ",
"other": " ",
"indent_level": 0,
"indent_with_tabs": false,
"preserve_newlines": true,
"max_preserve_newlines": 2,
"jslint_happy": true,
"indent_handlebars": true
}