Guest User

Untitled

a guest
Nov 23rd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. {
  2. "workbench.startupEditor": "newUntitledFile",
  3. "workbench.colorTheme": "Darcula Theme from IntelliJ",
  4. "workbench.iconTheme": "vscode-icons",
  5. "files.autoSave": "afterDelay",
  6. "editor.renderWhitespace": "all",
  7. "editor.renderControlCharacters": true,
  8. "git.path2": "C:/msys64/usr/bin/git.exe",
  9. "git.path": "C:/msys64/home/Carlos/git-wrap.bat",
  10. "git.defaultCloneDirectory": "D:/projects",
  11. "git.autofetch": false,
  12. "editor.tabSize": 2,
  13. "files.trimTrailingWhitespace": true,
  14. "search.useIgnoreFilesByDefault": true,
  15. "search.useIgnoreFiles": true,
  16. "editor.fontSize": 16,
  17. "explorer.confirmDragAndDrop": false,
  18. "terminal.integrated.shell.windows": "C:\\msys64\\msys2_shell.cmd",
  19. "terminal.integrated.shellArgs.windows": [
  20. "-defterm",
  21. "-mingw64",
  22. "-no-start",
  23. "-here"
  24. ]
  25. }
Add Comment
Please, Sign In to add comment