1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-11-29 03:59:27 +01:00
cv/.prettierrc.json

12 lines
215 B
JSON

{
"bracketSameLine": true,
"endOfLine": "auto",
"plugins": [
"@prettier/plugin-xml",
"prettier-plugin-sh"
],
"proseWrap": "always",
"quoteProps": "consistent",
"singleAttributePerLine": true
}