ds4/.prettierrc

8 lines
117 B
Plaintext

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