Piped/.prettierrc.json

12 lines
251 B
JSON
Raw 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,
"quoteProps": "as-needed"
}