Last active
July 30, 2019 14:25
-
-
Save edo9k/d4e5c170047b52a27b62dcdb2db64baf to your computer and use it in GitHub Desktop.
ma prettier configs
This file contains 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, | |
"endOfLine": "lf", | |
"insertPragma": true, | |
"jsxBracketSameLine": true, | |
"printWidth": 120, | |
"proseWrap": "always", | |
"semi": false, | |
"singleQuote": true, | |
"tabWidth": 2, | |
"trailingComma": "none", | |
"useTabs": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment