Skip to content

Instantly share code, notes, and snippets.

@sayak-sarkar
Last active December 15, 2017 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sayak-sarkar/39834c3f146ed7a7701de838e7e98713 to your computer and use it in GitHub Desktop.
Save sayak-sarkar/39834c3f146ed7a7701de838e7e98713 to your computer and use it in GitHub Desktop.
VS Code settings
{
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"workbench.colorTheme": "Visual Studio Dark",
"workbench.panel.location": "bottom",
"editor.wordWrap": "on",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true
},
"editor.formatOnSave": true,
"editor.smoothScrolling": true,
"terminal.integrated.fontFamily": "Meslo LG M DZ for Powerline",
"editor.autoClosingBrackets": true,
"editor.formatOnType": true,
"editor.autoIndent": true,
"editor.mouseWheelZoom": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment