Skip to content

Commit

Permalink
update to 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
canghai908 committed Feb 25, 2025
1 parent 5caeba4 commit a4ee5bb
Show file tree
Hide file tree
Showing 13 changed files with 37,460 additions and 36,920 deletions.
14 changes: 14 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
'printWidth': 120,
'tabWidth': 2
'semi': false,
'singleQuote': true,
'quoteProps': 'as-needed',
'trailingComma': 'es5',
'bracketSpacing': true,
'arrowParens': 'avoid',
'proseWrap': 'never',
'vueIndentScriptAndStyle': true,
'endOfLine': 'lf',
'embeddedLanguageFormatting': 'off'
}
Loading

0 comments on commit a4ee5bb

Please sign in to comment.