Created
December 19, 2020 10:03
-
-
Save techitesh/1ffe36213bafa7ba1d598f7e4ae2d25c to your computer and use it in GitHub Desktop.
Prettier 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
{ | |
"useTabs": false, | |
"printWidth": 80, | |
"tabWidth": 2, | |
"singleQuote": false, | |
"trailingComma": "none", | |
"jsxBracketSameLine": false, | |
"noSemi": true, | |
"rcVerbose": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment