juggl/frontend/.prettierrc

19 lines
474 B
Text
Raw Normal View History

2021-07-27 23:16:36 +02:00
{
2021-07-27 23:44:20 +02:00
"arrowParens": "avoid",
2021-07-27 23:16:36 +02:00
"bracketSpacing": true,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false,
2021-07-27 23:44:20 +02:00
"vueIndentScriptAndStyle": false
2021-07-27 23:16:36 +02:00
}