mue/prettierrc

7 lines
109 B
Plaintext

{
"printWidth": 100,
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}