mars-interface/.prettierrc

10 lines
181 B
Plaintext
Raw Normal View History

2022-04-29 21:45:14 +00:00
{
"singleQuote": true,
"jsxSingleQuote": true,
"bracketSpacing": true,
"semi": false,
"tabWidth": 4,
"bracketSameLine": false,
"arrowParens": "always"
}