mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
33 lines
584 B
JSON
33 lines
584 B
JSON
|
{
|
||
|
"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",
|
||
|
"singleAttributePerLine": true
|
||
|
}
|