Created
December 10, 2019 13:35
-
-
Save jdjuan/ef74f8caa60f61e1ee6f316e3c3f9893 to your computer and use it in GitHub Desktop.
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": 120, | |
"useTabs": false, | |
"tabWidth": 2, | |
"singleQuote": true, | |
"trailingComma": "es5", | |
"semi": true, | |
"bracketSpacing": true, | |
"arrowParens": "avoid", | |
"proseWrap": "never" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment