Skip to content

Commit

Permalink
Add opionated format rules
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Jan 2, 2025
1 parent 05f77bc commit 5c549a2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"semi": true,
"experimentalTernaries": false,
"singleQuote": false,
"jsxSingleQuote": false,
"quoteProps": "as-needed",
"trailingComma": "all",
"singleAttributePerLine": true,
"htmlWhitespaceSensitivity": "css",
"vueIndentScriptAndStyle": false,
"proseWrap": "preserve",
"insertPragma": false,
"printWidth": 100,
"requirePragma": false,
"tabWidth": 4,
"useTabs": false,
"embeddedLanguageFormatting": "auto"
}

0 comments on commit 5c549a2

Please sign in to comment.