Created
February 6, 2021 16:01
-
-
Save wjn/ab5a343335acac612044b0efca26029f to your computer and use it in GitHub Desktop.
Prettier config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arrowParens: "always" | |
bracketSpacing: true | |
endOfLine: "lf" | |
htmlWhitespaceSensitivity: "css" | |
jsxBracketSameLine: false | |
jsxSingleQuote: false | |
printWidth: 80 | |
proseWrap: "preserve" | |
quoteProps: "as-needed" | |
requirePragma: false | |
semi: true | |
singleQuote: true | |
tabWidth: 4 | |
trailingComma: "es5" | |
useTabs: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment