sharded-gotify/ui/.prettierrc

13 lines
233 B
Plaintext

{
"printWidth": 100,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": false,
"bracketSameLine": true,
"arrowParens": "always",
"parser": "typescript"
}