mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
14 lines
266 B
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
|
|
}
|