Last active
November 14, 2019 02:45
-
-
Save zerob13/331a2e7943eb3952a660f98db596b538 to your computer and use it in GitHub Desktop.
my simple prettier config file
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
{ | |
"singleQuote": true, | |
"semi": false, | |
"jsxSingleQuote": true, | |
"printWidth": 85, | |
"tabWidth": 2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment