3
0
mirror of https://github.com/Qortal/q-blog.git synced 2025-02-21 06:35:57 +00:00
q-blog/.prettierrc.json

11 lines
189 B
JSON
Raw Normal View History

2023-12-08 13:56:56 -05:00
{
"printWidth": 80,
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"tabWidth": 2,
"semi": true
}