mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-06 03:59:26 +01:00
12 lines
215 B
JSON
12 lines
215 B
JSON
{
|
|
"bracketSameLine": true,
|
|
"endOfLine": "auto",
|
|
"plugins": [
|
|
"@prettier/plugin-xml",
|
|
"prettier-plugin-sh"
|
|
],
|
|
"proseWrap": "always",
|
|
"quoteProps": "consistent",
|
|
"singleAttributePerLine": true
|
|
}
|