keycloak_theme/.prettierrc.json
2022-08-20 11:44:48 +07:00

12 lines
226 B
JSON

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