Created
September 14, 2022 02:23
-
-
Save Wllew4/cfce5251222f12b2b792aabce0a33bf2 to your computer and use it in GitHub Desktop.
my personal prettier configuration
This file contains hidden or 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
{ | |
"tabWidth": 4, | |
"useTabs": true, | |
"quoteProps": "consistent", | |
"singleQuote": true, | |
"semi": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment