thunderhub/.prettierrc

8 lines
105 B
Text
Raw Normal View History

2019-11-30 11:53:51 +01:00
{
"printWidth": 80,
"trailingComma": "all",
"tabWidth": 4,
"semi": true,
"singleQuote": true
}