Skip to content

Instantly share code, notes, and snippets.

@YobertyAlej
Created October 3, 2017 18:05
Show Gist options
  • Save YobertyAlej/4311a08709fbf5b7fd1cbacaa021c400 to your computer and use it in GitHub Desktop.
Save YobertyAlej/4311a08709fbf5b7fd1cbacaa021c400 to your computer and use it in GitHub Desktop.
VS Code Settings
{
"workbench.colorTheme": "Nord",
"editor.fontFamily": "Operator Mono Book",
"vscode_custom_css.imports": ["file:///home/huskyglass-2/.vscodeconfigs/styles.css"],
// Enables font ligatures
"editor.fontLigatures": true,
// Controls whether the editor should render whitespace characters
"editor.renderWhitespace": "none",
"editor.renderIndentGuides": false,
"editor.fontSize": 18,
"window.menuBarVisibility": "toggle",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true
},
"editor.wordWrap": "on",
"editor.autoIndent": true,
"workbench.iconTheme": "vscode-icons",
"terminal.external.linuxExec": "/bin/bash",
"auto-close-tag.SublimeText3Mode": true,
"window.zoomLevel": 0,
"workbench.editor.showTabs": false,
"explorer.openEditors.visible": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment