authorizer/dashboard/.prettierrc.json
2022-11-12 23:54:37 +05:30

7 lines
84 B
JSON

{
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"useTabs": true
}