zer0bin/frontend/.prettierrc.json

7 lines
100 B
JSON
Raw Permalink Normal View History

2022-03-15 17:15:38 +00:00
{
"useTabs": true,
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": false
}