mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-06 03:59:26 +01:00
8 lines
226 B
Plaintext
8 lines
226 B
Plaintext
{
|
|
"insertPragma": false,
|
|
"proseWrap": "always",
|
|
"singleAttributePerLine": true,
|
|
"plugins": ["@prettier/plugin-xml", "prettier-plugin-sh"],
|
|
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
|
|
}
|