make Prettier
This commit is contained in:
parent
844a668f70
commit
6a32bf9e2f
|
@ -1,4 +1,8 @@
|
|||
{
|
||||
"bracketSpacing": true,
|
||||
"printWidth": 80,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "none",
|
||||
"useTabs": true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue