Skip to content

Instantly share code, notes, and snippets.

@xavxyz
Last active February 12, 2020 13:12
Show Gist options
  • Save xavxyz/83d443bcd6e88962a39e0799a50ee4bd to your computer and use it in GitHub Desktop.
Save xavxyz/83d443bcd6e88962a39e0799a50ee4bd to your computer and use it in GitHub Desktop.
{
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/*/**": true,
"**/cersei/commons": true,
"**/john/commons": true,
"**/scripts/commons": true,
"**/tyrion/commons": true
},
"workbench.colorTheme": "Night Owl",
"atomKeymap.promptV3Features": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Dank Mono, Noto Color Emoji, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"workbench.startupEditor": "newUntitledFile",
"terminal.integrated.fontFamily": "Dank Mono",
"editor.fontSize": 14,
"window.zoomLevel": 1,
"terminal.integrated.fontSize": 12,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 120,
"editor.tabSize": 2,
"editor.renderWhitespace": "all",
"git.enableSmartCommit": true,
"gitlens.currentLine.scrollable": false,
"gitlens.keymap": "none",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.autoClosingBrackets": "beforeWhitespace",
"workbench.list.automaticKeyboardNavigation": false,
"explorer.confirmDragAndDrop": false,
"terminal.integrated.rendererType": "dom",
"window.restoreWindows": "folders",
"diffEditor.ignoreTrimWhitespace": false,
"files.eol": "\n",
"workbench.activityBar.visible": false,
"explorer.confirmDelete": false,
"terminal.integrated.shell.linux": "/bin/zsh",
"workbench.sideBar.location": "left",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment