keycloak_theme/.prettierrc.json
2021-10-12 00:26:29 +02:00

12 lines
225 B
JSON

{
"printWidth": 150,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"quoteProps": "preserve",
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "avoid"
}