mirror of
https://github.com/loyalpotato/potato-indexer.git
synced 2026-07-22 08:30:30 +00:00
Add prettierrc
This commit is contained in:
parent
d1f57e9e57
commit
6ac8a6e1ee
1 changed files with 8 additions and 0 deletions
8
.prettierrc
Normal file
8
.prettierrc
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"printWidth": 80,
|
||||
"tabWidth": 4,
|
||||
"useTabs": false,
|
||||
"semi": true,
|
||||
"arrowParens": "always",
|
||||
"singleQuote": false
|
||||
}
|
||||
Loading…
Reference in a new issue