format files and ready for v0.9.0

This commit is contained in:
Helloyunho 2020-12-02 21:29:52 +09:00
parent a80a68bf91
commit 5e5b4076ce
112 changed files with 4478 additions and 4282 deletions

View file

@ -2,5 +2,7 @@
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "always"
}