mars-interface/.prettierrc
2022-04-29 23:45:14 +02:00

10 lines
181 B
Plaintext

{
"singleQuote": true,
"jsxSingleQuote": true,
"bracketSpacing": true,
"semi": false,
"tabWidth": 4,
"bracketSameLine": false,
"arrowParens": "always"
}