authorizer/app/.prettierrc.json

7 lines
85 B
JSON
Raw Normal View History

2022-10-02 17:09:47 +00:00
{
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"useTabs": false
}