Skip to content

Commit

Permalink
use standard
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumer committed Oct 30, 2024
1 parent 2adac11 commit 5aff7fe
Show file tree
Hide file tree
Showing 3 changed files with 660 additions and 722 deletions.
21 changes: 21 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": true,
"printWidth": 99999,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": false,
"singleAttributePerLine": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false,
"vueIndentScriptAndStyle": false
}
Loading

0 comments on commit 5aff7fe

Please sign in to comment.