Last active
November 3, 2022 22:46
-
-
Save joshnavdev/d6769318c6a1d7985f4c9697a89d3521 to your computer and use it in GitHub Desktop.
Prettier basic configuration
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
{ | |
"semi": true, | |
"tabWidth": 2, | |
"printWidth": 120, | |
"singleQuote": true, | |
"trailingComma": "es5", | |
"bracketSameLine": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment