obsidian-sample-plugin/.prettierrc.json

16 lines
329 B
JSON

{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "auto",
"htmlWhitespaceSensitivity": "css",
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 80,
"proseWrap": "never",
"quoteProps": "preserve",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
}