Change format options

This commit is contained in:
redhoodsu
2018-06-16 18:07:12 +08:00
parent f88f8963b4
commit 12f82b6035
69 changed files with 5527 additions and 5627 deletions

View File

@@ -1,4 +1,5 @@
module.exports = {
singleQuote: true,
tabWidth: 4
};
singleQuote: true,
tabWidth: 2,
semi: false
}