ds4/.prettierrc

8 lines
117 B
Text
Raw Normal View History

2020-10-29 16:18:38 +01:00
{
2020-12-23 16:52:20 +01:00
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"printWidth": 120
2020-10-29 16:18:38 +01:00
}