Created
March 4, 2024 08:32
-
-
Save ratul16/da83292a05f09a28fe8a5e2eb7b43989 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", | |
"bracketSameLine": false, | |
"bracketSpacing": true, | |
"semi": true, | |
"singleQuote": false, | |
"quoteProps": "as-needed", | |
"singleAttributePerLine": true, | |
"htmlWhitespaceSensitivity": "css", | |
"tabWidth": 2, | |
"printWidth": 100, | |
"embeddedLanguageFormatting": "auto" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment