ds4/.prettierrc

8 lines
107 B
Text
Raw Normal View History

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