mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 01:19:23 +01:00
37 lines
690 B
JSON
37 lines
690 B
JSON
{
|
|
"bracketSameLine": true,
|
|
"endOfLine": "auto",
|
|
"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",
|
|
"quoteProps": "consistent",
|
|
"requirePragma": false,
|
|
"singleAttributePerLine": true
|
|
}
|