scripts/.prettierrc.json

14 lines
266 B
JSON
Raw Normal View History

2024-07-09 08:42:24 +02:00
{
"bracketSameLine": true,
"endOfLine": "auto",
"insertPragma": true,
"plugins": [
"@prettier/plugin-ruby",
"prettier-plugin-sh"
],
"proseWrap": "always",
"quoteProps": "consistent",
"requirePragma": false,
"singleAttributePerLine": true
}