Skip to content

Instantly share code, notes, and snippets.

@oktay-sen
Last active October 5, 2018 00:46
Show Gist options
  • Save oktay-sen/49695c9f45e6348bbcc97b02f05c7a00 to your computer and use it in GitHub Desktop.
Save oktay-sen/49695c9f45e6348bbcc97b02f05c7a00 to your computer and use it in GitHub Desktop.
My vscode user settings
{
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\bash.exe",
"liveServer.settings.donotShowInfoMsg": true,
"git.autofetch": true,
"liveServer.settings.donotVerifyTags": true,
"[elm]": {
"editor.formatOnSave": true
},
"window.zoomLevel": 0,
"[javascript]": {
"editor.formatOnSave": true
},
"editor.wordWrap": "on",
"editor.fontLigatures": true,
"files.eol": "\n",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.semi": false,
"prettier.singleQuote": true,
"prettier.tabWidth": 4,
"prettier.trailingComma": "none",
"prettier.useTabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment