g6/.prettierrc
2019-11-04 19:36:02 +08:00

9 lines
142 B
Plaintext

{
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"printWidth": 120,
"arrowParens": "always"
}