axios-miniprogram/.prettierrc

11 lines
178 B
Plaintext
Raw Permalink Normal View History

2023-03-23 20:09:00 +08:00
{
"printWidth": 80,
"tabWidth": 2,
2023-05-05 10:59:37 +08:00
"useTabs": false,
"semi": true,
2023-03-23 20:09:00 +08:00
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
2023-05-05 10:59:37 +08:00
"arrowParens": "always"
}