wheelshare-frontend/.prettierrc
2021-04-10 11:27:05 -04:00

8 lines
115 B
Plaintext

{
"arrowParens": "always",
"bracketSpacing": true,
"singleQuote": true,
"tabWidth": 2,
"useTabs": true
}