Skip to content

Commit

Permalink
add all available options
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharmor committed Feb 27, 2022
1 parent 31d4e43 commit 1f58036
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always"
"bracketSameLine": false,
"arrowParens": "always",
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "strict",
"vueIndentScriptAndStyle": false,
"endOfLine": "lf",
"embeddedLanguageFormatting": "auto"
}

0 comments on commit 1f58036

Please sign in to comment.