shell-things/.prettierrc

24 lines
487 B
Plaintext
Raw Normal View History

2024-06-06 19:01:52 +02:00
{
"insertPragma": true,
"proseWrap": "always",
"singleAttributePerLine": true,
2024-06-06 19:37:28 +02:00
"plugins": [
"@prettier/plugin-ruby",
"@prettier/plugin-xml",
2024-06-06 19:37:28 +02:00
"prettier-plugin-nginx",
"prettier-plugin-sh",
"prettier-plugin-toml"
2024-06-06 19:37:28 +02:00
],
"overrides": [
{ "files": ".prettierrc", "options": { "parser": "json" } },
{
"files": "conf/librewolf.overrides.cfg",
2024-07-03 18:08:14 +02:00
"options": { "parser": "babel" }
},
{
"files": "conf/autoconfig.js.online",
2024-07-03 18:08:14 +02:00
"options": { "parser": "babel" }
}
]
2024-06-06 19:01:52 +02:00
}