Last active
June 30, 2019 08:21
-
-
Save PerpetualWar/82cbc10201e83338772c569a86f98a07 to your computer and use it in GitHub Desktop.
My prettier config
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
{ | |
"printWidth": 80, | |
"trailingComma": "es5", | |
"tabWidth": 2, | |
"useTabs": false, | |
"semi": true, | |
"singleQuote": true, | |
"jsxSingleQuote": false, | |
"bracketSpacing": true, | |
"jsxBracketSameLine": false, | |
"arrowParens": "avoid" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment