3
0
mirror of https://github.com/Qortal/q-fund-v2.git synced 2025-01-28 22:02:20 +00:00
q-fund-v2/.prettierrc
2023-12-10 14:13:58 +02:00

11 lines
189 B
Plaintext

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