hedgedoc/markdown-it-plugins/.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"
}