Created
March 2, 2020 02:56
-
-
Save zoonderkins/796bf67cd872d12138d05e6c66c3aec1 to your computer and use it in GitHub Desktop.
coolbitx-vscode-prettier.json
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
``` | |
// .prettierrc.json | |
{ | |
"trailingComma": "all", | |
"tabWidth": 2, | |
"semi": false, | |
"singleQuote": true | |
} | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment