Files
yume_js/.prettierrc

8 lines
115 B
Plaintext

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