ocean.js/.prettierrc

8 lines
107 B
Plaintext

{
"semi": false,
"singleQuote": true,
"printWidth": 90,
"trailingComma": "none",
"tabWidth": 2
}