mirror of
https://gitea.blesmrt.net/mikaela/.profile.git
synced 2024-11-17 08:49:23 +01:00
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
{
|
|
"insertPragma": true,
|
|
"proseWrap": "always",
|
|
"singleAttributePerLine": true,
|
|
"plugins": ["prettier-plugin-sh"],
|
|
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
|
|
}
|