wisemapping-frontend/.prettierrc.json

8 lines
116 B
JSON
Raw Normal View History

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