wisemapping-frontend/packages/editor/.prettierrc.json

8 lines
116 B
JSON
Raw Normal View History

2022-11-03 02:17:00 +01:00
{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 100
}