wisemapping-frontend/.prettierrc.json

8 lines
116 B
JSON
Raw Normal View History

2021-02-22 22:16:10 -08:00
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
2021-02-22 22:16:10 -08:00
"singleQuote": true,
"printWidth": 100
}