reverse-proxy-frontend/.prettierrc.json

9 lines
150 B
JSON

{
"bracketSpacing": true,
"arrowParens": "avoid",
"printWidth": 160,
"trailingComma": "none",
"singleQuote": false,
"endOfLine": "auto"
}