Created
July 26, 2021 14:11
-
-
Save codewithgun/6c87c73808244e750fbc3f40fc99e106 to your computer and use it in GitHub Desktop.
My prettier configuration
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
{ | |
"printWidth": 180, | |
"tabWidth": null, | |
"useTabs": true, | |
"semi": true, | |
"singleQuote": true, | |
"trailingComma": "all", | |
"bracketSpacing": true, | |
"arrowParens": "always" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment