Skip to content

Instantly share code, notes, and snippets.

@carlos-algms
Created November 22, 2017 03:53
Show Gist options
  • Save carlos-algms/041c4b4d2f5dc6d34d36e484b6853c79 to your computer and use it in GitHub Desktop.
Save carlos-algms/041c4b4d2f5dc6d34d36e484b6853c79 to your computer and use it in GitHub Desktop.
VSCode config
{
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Darcula Theme from IntelliJ",
"workbench.iconTheme": "vscode-icons",
"files.autoSave": "afterDelay",
"editor.renderWhitespace": "all",
"editor.renderControlCharacters": true,
"git.path2": "C:/msys64/usr/bin/git.exe",
"git.path": "C:/msys64/home/Carlos/git-wrap.bat",
"git.defaultCloneDirectory": "D:/projects",
"git.autofetch": false,
"editor.tabSize": 2,
"files.trimTrailingWhitespace": true,
"search.useIgnoreFilesByDefault": true,
"search.useIgnoreFiles": true,
"editor.fontSize": 16,
"explorer.confirmDragAndDrop": false,
"terminal.integrated.shell.windows": "C:\\msys64\\msys2_shell.cmd",
"terminal.integrated.shellArgs.windows": [
"-defterm",
"-mingw64",
"-no-start",
"-here"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment