axios-miniprogram/.prettierrc

10 lines
184 B
Plaintext
Raw Normal View History

2020-04-14 23:45:21 +08:00
{
"printWidth": 120,
"tabWidth": 2,
"singleQuote": true,
"semi": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always",
2020-07-27 11:34:01 +08:00
"parser": "typescript"
2020-04-14 23:45:21 +08:00
}