Skip to content

Instantly share code, notes, and snippets.

@MarioRinaldi
Created September 5, 2020 00:15
Show Gist options
  • Save MarioRinaldi/9d2de90eff5ca4b6b4824cceb50579f2 to your computer and use it in GitHub Desktop.
Save MarioRinaldi/9d2de90eff5ca4b6b4824cceb50579f2 to your computer and use it in GitHub Desktop.
VSCODE settings
{
"launch": {
"configurations": [],
"compounds": []
},
"git.autofetch": true,
// "git.path": "C:\\Users\\lalor\\AppData\\Local\\wslgit.exe",
"[git-commit]": {
"editor.rulers": [
72
]
},
"breadcrumbs.enabled": true,
"explorer.openEditors.visible": 0,
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
"editor.rulers": [
80,
100
],
"editor.fontFamily": "DejaVu LGC Sans Code",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.renderWhitespace": "all",
"editor.renderControlCharacters": true,
"editor.cursorBlinking": "phase",
"editor.smoothScrolling": true,
"editor.cursorSmoothCaretAnimation": true,
"editor.tabSize": 2,
"editor.minimap.renderCharacters": false,
"editor.minimap.maxColumn": 100,
"editor.minimap.showSlider": "always",
"editor.minimap.side": "right",
"editor.lineNumbers": "on",
"editor.renderIndentGuides": true,
"editor.minimap.enabled": true,
"editor.wordWrap": "wordWrapColumn",
"editor.wrappingIndent":"indent",
"editor.wordWrapColumn": 100,
"diffEditor.ignoreTrimWhitespace": false,
"scm.alwaysShowRepositories": true,
"terminal.integrated.shell.linux": "/usr/bin/zsh",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 5000,
"files.trimTrailingWhitespace": true,
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.shell.osx": "zsh",
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontFamily": "DejaVuSansMono Nerd Font",
"vsicons.projectDetection.autoReload": true,
"workbench.iconTheme": "material-icon-theme",
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.settings.enableNaturalLanguageSearch": false,
"workbench.sideBar.location": "left",
"workbench.activityBar.visible": true,
"workbench.statusBar.visible": true,
"workbench.colorTheme": "Visual Studio Dark",
"window.zoomLevel": 0,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment