mikaela.github.io/.prettierrc.json

12 lines
215 B
JSON
Raw Normal View History

2024-07-07 08:59:36 +02:00
{
"bracketSameLine": true,
"endOfLine": "auto",
2024-07-07 08:59:36 +02:00
"plugins": [
"@prettier/plugin-xml",
"prettier-plugin-sh"
],
"proseWrap": "always",
"quoteProps": "consistent",
2024-07-07 08:59:36 +02:00
"singleAttributePerLine": true
}