Created
September 12, 2019 04:52
-
-
Save andyperlitch/0b08d6eeb2127401781ec69eb8662b5d to your computer and use it in GitHub Desktop.
Blandy's 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": 100, | |
| "tabWidth": 2, | |
| "useTabs": false, | |
| "semi": false, | |
| "singleQuote": true, | |
| "trailingComma": "all", | |
| "bracketSpacing": true, | |
| "jsxBracketSameLine": true, | |
| "arrowParens": "always", | |
| "proseWrap": "preserve" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment