Last active
December 15, 2017 10:51
-
-
Save sayak-sarkar/39834c3f146ed7a7701de838e7e98713 to your computer and use it in GitHub Desktop.
VS Code settings
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
{ | |
"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