3
0
mirror of https://github.com/Qortal/q-support.git synced 2025-02-11 09:45:50 +00:00
q-support/.prettierrc
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
}