Created
January 5, 2022 12:09
-
-
Save sryze/e4828941b3d5580a69fe617c2d80f17e to your computer and use it in GitHub Desktop.
Base Prettier config (Prettier sucks though)
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
{ | |
"tabWidth": 4, | |
"useTabs": false, | |
"semi": true, | |
"singleQuote": true, | |
"jsxSingleQuote": false, | |
"quoteProps": "consistent", | |
"trailingComma": "none", | |
"bracketSpacing": false, | |
"jsxBracketSameLine": true, | |
"arrowParens": "avoid", | |
"endOfLine": "auto", | |
"printWidth": 120 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Common L for
"useTabs": false