scripts/.prettierrc.json

14 lines
266 B
JSON

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