ds4/.prettierrc
2020-10-29 16:18:38 +01:00

7 lines
107 B
Text

{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"printWidth": 120
}