rxc-app/.prettierrc.json

7 lines
87 B
JSON
Raw Permalink Normal View History

2020-04-10 01:42:32 +03:00
{
2020-04-10 01:47:37 +03:00
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": false
2020-04-10 01:42:32 +03:00
}