Skip to content

Instantly share code, notes, and snippets.

@solrevdev
Last active January 10, 2018 09:20
Show Gist options
  • Save solrevdev/56adee27303f1c9d832bfc4ae5595875 to your computer and use it in GitHub Desktop.
Save solrevdev/56adee27303f1c9d832bfc4ae5595875 to your computer and use it in GitHub Desktop.
Prettier.rc - VS Code package to format your JavaScript / TypeScript / CSS using.
// esbenp.prettier-vscode
// ext install prettier-vscode
{
"useTabs": true,
"tabWidth": 2,
"singleQuote": true,
"noSemi": false,
"trailingComma": "none",
"rcVerbose": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment