zer0bin/frontend/.prettierrc.json

7 lines
100 B
JSON

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