next-cochise/.prettierrc

7 lines
105 B
Plaintext

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