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