Created
July 30, 2018 02:13
-
-
Save MirzaChilman/d2075baf645860b8038f88a6376a6fa2 to your computer and use it in GitHub Desktop.
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
{ | |
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", | |
"prettier.singleQuote": true, | |
"editor.formatOnSave": true, | |
"prettier.disableLanguages": [ | |
"vue", | |
"ejs" | |
], | |
"prettier.jsxBracketSameLine": true, | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact" | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment