mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 17:09:22 +01:00
24 lines
487 B
Plaintext
24 lines
487 B
Plaintext
{
|
|
"insertPragma": true,
|
|
"proseWrap": "always",
|
|
"singleAttributePerLine": true,
|
|
"plugins": [
|
|
"@prettier/plugin-ruby",
|
|
"@prettier/plugin-xml",
|
|
"prettier-plugin-nginx",
|
|
"prettier-plugin-sh",
|
|
"prettier-plugin-toml"
|
|
],
|
|
"overrides": [
|
|
{ "files": ".prettierrc", "options": { "parser": "json" } },
|
|
{
|
|
"files": "conf/librewolf.overrides.cfg",
|
|
"options": { "parser": "babel" }
|
|
},
|
|
{
|
|
"files": "conf/autoconfig.js.online",
|
|
"options": { "parser": "babel" }
|
|
}
|
|
]
|
|
}
|