2024-07-07 08:40:33 +02:00
|
|
|
{
|
2024-07-07 08:53:27 +02:00
|
|
|
"bracketSameLine": true,
|
|
|
|
"endOfLine": "auto",
|
2024-07-07 08:40:33 +02:00
|
|
|
"insertPragma": true,
|
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"files": ".prettierrc",
|
|
|
|
"options": {
|
|
|
|
"parser": "json"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"files": "conf/librewolf.overrides.cfg",
|
|
|
|
"options": {
|
|
|
|
"parser": "babel"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"files": "conf/autoconfig.js.online",
|
|
|
|
"options": {
|
|
|
|
"parser": "babel"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
"@prettier/plugin-ruby",
|
|
|
|
"@prettier/plugin-xml",
|
|
|
|
"prettier-plugin-nginx",
|
|
|
|
"prettier-plugin-sh",
|
|
|
|
"prettier-plugin-toml"
|
|
|
|
],
|
|
|
|
"proseWrap": "always",
|
2024-07-07 08:53:27 +02:00
|
|
|
"quoteProps": "consistent",
|
|
|
|
"requirePragma": false,
|
2024-07-07 08:40:33 +02:00
|
|
|
"singleAttributePerLine": true
|
|
|
|
}
|