Created
March 1, 2020 20:03
-
-
Save akatakritos/51ebfa962e1b54586369a98d2d01615d to your computer and use it in GitHub Desktop.
.prettierrc
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
{ | |
"singleQuote": true, | |
"printWidth": 120, | |
"tabWidth": 2, | |
"useTabs": false, | |
"semi": true, | |
"trailingComma": "es5", | |
"bracketSpacing": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment