Created
November 15, 2018 13:07
-
-
Save nickautomatic/40c15121f8b5a25340f04817d6123baa to your computer and use it in GitHub Desktop.
VS Code settings
This file contains 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, | |
"git.path": "C:\\Program Files (portable)\\cmder\\vendor\\git-for-windows\\bin\\git.exe", | |
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\bash.exe", | |
"terminal.external.windowsExec": "ubuntu", | |
"workbench.colorTheme": "Afterglow Remastered", | |
"files.insertFinalNewline": true, | |
"editor.fontFamily": "Consolas", | |
"editor.fontSize": 14, | |
"workbench.editor.tabCloseButton": "off", | |
"editor.tabSize": 2, | |
"files.trimTrailingWhitespace": true, | |
"editor.wordWrap": "on", | |
"gitlens.advanced.messages": { | |
"suppressShowKeyBindingsNotice": true | |
}, | |
"files.eol": "\n", | |
"window.zoomLevel": 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment