Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Created March 2, 2020 02:56
Show Gist options
  • Save zoonderkins/796bf67cd872d12138d05e6c66c3aec1 to your computer and use it in GitHub Desktop.
Save zoonderkins/796bf67cd872d12138d05e6c66c3aec1 to your computer and use it in GitHub Desktop.
coolbitx-vscode-prettier.json
```
// .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