zer0bin/backend/.prettierrc.json

8 lines
101 B
JSON

{
"useTabs": true,
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": false
}