Skip to content

Commit

Permalink
autoformat, add prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Feb 28, 2023
1 parent c2ebff9 commit 0042710
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 278 deletions.
22 changes: 22 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"singleAttributePerLine": false,
"bracketSameLine": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 100,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"vueIndentScriptAndStyle": false,
"parser": "markdown"
}
Loading

0 comments on commit 0042710

Please sign in to comment.