Created
January 6, 2021 20:19
-
-
Save ntourne/aa48c7003a5c84300b0283ae2839d5c5 to your computer and use it in GitHub Desktop.
Super simple prettier config file
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
{ | |
"singleQuote": true, | |
"tabWidth": 4, | |
"useTabs": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment