mikaela.github.io/.prettierrc

8 lines
226 B
Plaintext
Raw Normal View History

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