Piped/.prettierrc.json

13 lines
279 B
JSON
Raw Permalink Normal View History

2021-04-07 11:42:32 +00:00
{
"singleQuote": false,
"trailingComma": "all",
"semi": true,
"tabWidth": 4,
"embeddedLanguageFormatting": "auto",
"endOfLine": "lf",
"printWidth": 120,
"vueIndentScriptAndStyle": false,
2021-11-07 13:51:24 +00:00
"quoteProps": "as-needed",
"arrowParens": "avoid"
2021-04-07 11:42:32 +00:00
}