[Meta] Add prettier config
This commit is contained in:
parent
c6dcc88596
commit
3bf63a7b5b
1 changed files with 8 additions and 0 deletions
8
.prettierrc
Normal file
8
.prettierrc
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"printWidth": 240,
|
||||||
|
"tabWidth": 4,
|
||||||
|
"singleQuote": false,
|
||||||
|
"jsxSingleQuote": false,
|
||||||
|
"bracketSpacing": true,
|
||||||
|
"useTabs": false
|
||||||
|
}
|
Loading…
Reference in a new issue