template-remult-app/.prettierrc.json
2024-02-29 22:48:33 +01:00

23 lines
585 B
JSON

{
"arrowParens": "always",
"bracketSameLine": false,
"endOfLine": "lf",
"printWidth": 130,
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "all",
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"experimentalTernaries": false,
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": true,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"singleAttributePerLine": false,
"useTabs": false,
"vueIndentScriptAndStyle": false
}