Skip to content

Commit

Permalink
fix(prettier): tabs -> useTabs
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyunhe committed Apr 9, 2024
1 parent a037c7c commit 115a133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prettier-config-ali/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const config = {
// 详见 https://prettier.io/docs/en/options
printWidth: 100,
tabWidth: 2,
tabs: false,
useTabs: false,
semi: true,
singleQuote: true,
quoteProps: 'as-needed',
Expand Down

0 comments on commit 115a133

Please sign in to comment.