1
0
Fork 0
mirror of https://github.com/hedgedoc/hedgedoc.git synced 2025-01-12 12:20:44 +00:00
hedgedoc/frontend/.prettierrc.json

12 lines
219 B
JSON
Raw Normal View History

{
"parser": "typescript",
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"tabWidth": 2,
"trailingComma": "none",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "always"
}