SymphonyElectron/.prettierrc

9 lines
138 B
Plaintext
Raw Normal View History

2021-01-29 00:06:48 -06:00
{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"arrowParens": "always"
}