Skip to content

Instantly share code, notes, and snippets.

@0xDaksh
Created June 9, 2018 05:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xDaksh/40b71cfa8fe465e887df9916a1a86d8b to your computer and use it in GitHub Desktop.
Save 0xDaksh/40b71cfa8fe465e887df9916a1a86d8b to your computer and use it in GitHub Desktop.
VSCode Config
{
"editor.fontFamily": "Operator Mono Lig",
"editor.fontLigatures": true,
"editor.fontSize": 18.6,
"files.eol": "\n",
"editor.cursorStyle": "block",
"editor.cursorBlinking": "solid",
"editor.renderIndentGuides": true,
"editor.renderWhitespace": "all",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"gitlens.historyExplorer.enabled": true,
"workbench.iconTheme": "material-icon-theme",
"git.autofetch": true,
"git.enableSmartCommit": true,
"editor.detectIndentation": false,
"editor.tabSize": 2,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"window.zoomLevel": 0,
"terminal.integrated.fontSize": 18,
"editor.lineHeight": 29,
"explorer.confirmDelete": false,
"editor.formatOnSave": true,
"tslint.autoFixOnSave": true,
"eslint.autoFixOnSave": true,
"[typescript]": {
"editor.formatOnSave": false,
},
"[javascript]": {
"editor.formatOnSave": false
},
"[javascriptreact]": {
"editor.formatOnSave": false
},
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "vue",
"autoFix": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment