mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-24 21:39:25 +01:00
.prettierrc: enable proseWrap and singleAttributePerLine
This commit is contained in:
parent
b3f1c7674d
commit
b6704b8da6
@ -1,4 +1,7 @@
|
||||
{
|
||||
"insertPragma": false,
|
||||
"proseWrap": "always",
|
||||
"singleAttributePerLine": true,
|
||||
"plugins": ["@prettier/plugin-xml", "prettier-plugin-sh"],
|
||||
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user