wisemapping-frontend/.prettierrc.json

8 lines
117 B
JSON
Raw Normal View History

2021-02-23 07:16:10 +01:00
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"printWidth": 100
}