mikaela.github.io/.prettierrc.json

18 lines
276 B
JSON
Raw Normal View History

2024-07-07 08:59:36 +02:00
{
"insertPragma": false,
"overrides": [
{
"files": ".prettierrc",
"options": {
"parser": "json"
}
}
],
"plugins": [
"@prettier/plugin-xml",
"prettier-plugin-sh"
],
"proseWrap": "always",
"singleAttributePerLine": true
}