ormirror/.prettierrc

8 lines
202 B
Plaintext
Raw Permalink Normal View History

2024-07-01 19:23:04 +02:00
{
"insertPragma": false,
"proseWrap": "always",
"singleAttributePerLine": true,
"plugins": ["prettier-plugin-sh"],
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
}