ds4/.prettierrc

7 lines
117 B
Text

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