mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-24 21:39:25 +01:00
.prettierrc.json: update from shell-things and cleanup
This commit is contained in:
parent
dda75342c9
commit
34adda1498
@ -1,17 +1,11 @@
|
|||||||
{
|
{
|
||||||
"insertPragma": false,
|
"bracketSameLine": true,
|
||||||
"overrides": [
|
"endOfLine": "auto",
|
||||||
{
|
|
||||||
"files": ".prettierrc",
|
|
||||||
"options": {
|
|
||||||
"parser": "json"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@prettier/plugin-xml",
|
"@prettier/plugin-xml",
|
||||||
"prettier-plugin-sh"
|
"prettier-plugin-sh"
|
||||||
],
|
],
|
||||||
"proseWrap": "always",
|
"proseWrap": "always",
|
||||||
|
"quoteProps": "consistent",
|
||||||
"singleAttributePerLine": true
|
"singleAttributePerLine": true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user