Files
server/.prettierrc
T
Stephan 5e9fb04632 Add .prettierrc file
Should be used in all environments for consistency
2021-10-14 14:44:53 +02:00

11 lines
203 B
Plaintext

{
"printWidth": 120,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "always"
}