Created
June 5, 2019 13:34
-
-
Save artmsv/92279230a0ad7dbde05319d0693ccb8e to your computer and use it in GitHub Desktop.
Prettier default 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": false, | |
| "jsxBracketSameLine": false, | |
| "printWidth": 80, | |
| "proseWrap": "always", | |
| "semi": false, | |
| "singleQuote": true, | |
| "tabWidth": 2, | |
| "trailingComma": "all", | |
| "useTabs": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment