1
0
Fork 0
mirror of https://github.com/hedgedoc/hedgedoc.git synced 2025-03-29 22:24:45 +00:00
hedgedoc/markdown-it-plugins/.prettierrc.json
Tilman Vatteroth f5736dad0f feat: import markdown-it-plugins from https://github.com/hedgedoc/markdown-it-plugins
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2023-08-26 15:30:30 +02:00

11 lines
219 B
JSON

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