mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-14 20:39:22 +01:00
12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
{
|
|
"insertPragma": true,
|
|
"proseWrap": "always",
|
|
"singleAttributePerLine": true,
|
|
"plugins": [
|
|
"@prettier/plugin-xml",
|
|
"prettier-plugin-toml",
|
|
"prettier-plugin-sh"
|
|
],
|
|
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
|
|
}
|