thunderhub/.prettierrc

8 lines
106 B
Text
Raw Normal View History

2019-11-30 11:49:47 +01:00
{
"printWidth": 100,
"trailingComma": "all",
"tabWidth": 4,
"semi": true,
"singleQuote": true
}