cosmos-explorer/.prettierrc.json

10 lines
160 B
JSON
Raw Normal View History

2023-04-25 13:08:32 +00:00
{
"tabWidth": 2,
2023-04-25 13:08:32 +00:00
"singleQuote": true,
"semi": true,
"endOfLine": "auto",
"bracketSpacing": true,
"TrailingCooma": true,
"arrowParens": "always"
}