open-redirect/web/.prettierrc.json
edraft ff341ddcb5
All checks were successful
Build on push / build-api (push) Successful in 29s
Build on push / build-web (push) Successful in 49s
Added ui support for loading screen setting
2025-01-08 16:56:31 +01:00

13 lines
227 B
JSON

{
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"semi": true,
"bracketSpacing": true,
"arrowParens": "avoid",
"trailingComma": "es5",
"bracketSameLine": true,
"printWidth": 80,
"endOfLine": "auto"
}