Last active
January 2, 2018 16:07
-
-
Save sjy/f44b99456a610814e3f312df1a2fb713 to your computer and use it in GitHub Desktop.
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
{ | |
"arrowParens": "avoid", | |
"bracketSpacing": true, | |
"jsxBracketSameLine": false, | |
"printWidth": 100, | |
"proseWrap": "preserve", | |
"semi": true, | |
"singleQuote": true, | |
"tabWidth": 4, | |
"trailingComma": "es5", | |
"useTabs": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment