mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +01:00
8 lines
201 B
Plaintext
8 lines
201 B
Plaintext
{
|
|
"insertPragma": true,
|
|
"proseWrap": "always",
|
|
"singleAttributePerLine": true,
|
|
"plugins": ["prettier-plugin-sh"],
|
|
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
|
|
}
|