Last active
January 10, 2018 09:20
-
-
Save solrevdev/56adee27303f1c9d832bfc4ae5595875 to your computer and use it in GitHub Desktop.
Prettier.rc - VS Code package to format your JavaScript / TypeScript / CSS using.
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
// 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