.prettierrc: enable proseWrap and singleAttributePerLine

This commit is contained in:
Aminda Suomalainen 2024-06-19 08:17:28 +03:00
parent b3f1c7674d
commit b6704b8da6
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
{
"insertPragma": false,
"proseWrap": "always",
"singleAttributePerLine": true,
"plugins": ["@prettier/plugin-xml", "prettier-plugin-sh"],
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
}