Created
November 22, 2017 03:53
-
-
Save carlos-algms/041c4b4d2f5dc6d34d36e484b6853c79 to your computer and use it in GitHub Desktop.
VSCode config
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
{ | |
"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