Created
May 28, 2022 09:20
-
-
Save AxeemHaider/47cfb71302cf0206874ca17c24bbf1f2 to your computer and use it in GitHub Desktop.
Prettier Default 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", | |
"embeddedLanguageFormatting": "auto", | |
"endOfLine": "lf", | |
"printWidth": 80, | |
"proseWrap": "preserve", | |
"quoteProps": "as-needed", | |
"semi": true, | |
"singleQuote": false, | |
"tabWidth": 2, | |
"trailingComma": "es5", | |
"useTabs": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment