scripts/.prettierrc.json

13 lines
242 B
JSON

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