Files
q-support/.prettierrc
QuickMythril 48ce1f8068 Q-Support 1.0
2024-05-20 19:34:10 -04:00

11 lines
199 B
Plaintext

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