reverse-proxy-frontend/.prettierrc.json

7 lines
87 B
JSON
Raw Normal View History

2020-04-14 10:53:19 +03:00
{
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": false
}