mikaela.github.io/.prettierrc.json

12 lines
215 B
JSON

{
"bracketSameLine": true,
"endOfLine": "auto",
"plugins": [
"@prettier/plugin-xml",
"prettier-plugin-sh"
],
"proseWrap": "always",
"quoteProps": "consistent",
"singleAttributePerLine": true
}