Skip to content

Commit

Permalink
Update .prettierrc configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyphen1223 committed Feb 5, 2024
1 parent 6683226 commit a7d30e6
Show file tree
Hide file tree
Showing 2 changed files with 794 additions and 757 deletions.
21 changes: 18 additions & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"trailingComma": "es5",
"printWidth": 80,
"tabWidth": 4,
"useTabs": true,
"semi": true,
"singleQuote": true
}
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always",
"rangeStart": 0,
"requirePragma": false,
"insertPragma": false,
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"vueIndentScriptAndStyle": false,
"endOfLine": "auto",
"embeddedLanguageFormatting": "auto"
}
Loading

0 comments on commit a7d30e6

Please sign in to comment.