Q-Apps-Utils/.prettierrc
2023-10-09 12:47:09 -06:00

11 lines
189 B
Plaintext

{
"printWidth": 80,
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"tabWidth": 2,
"semi": true
}