octane/.prettierrc

7 lines
115 B
Plaintext

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