g6/.prettierrc

9 lines
142 B
Plaintext
Raw Normal View History

2019-11-04 19:36:02 +08:00
{
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"printWidth": 120,
"arrowParens": "always"
}