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

8 lines
107 B
Plaintext

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