thunderhub/.prettierrc

8 lines
105 B
Text
Raw Normal View History

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