Skip to content

Instantly share code, notes, and snippets.

@stevebargelt
Created June 8, 2018 00:06
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 stevebargelt/8ba9b6aed62ba385d57f570953172d7c to your computer and use it in GitHub Desktop.
Save stevebargelt/8ba9b6aed62ba385d57f570953172d7c to your computer and use it in GitHub Desktop.
{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"workbench.iconTheme": "vs-seti",
"files.autoSave": "onWindowChange",
"editor.fontFamily": "Fira Code",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"terminal.integrated.fontFamily": "Inconsolata for Powerline",
"terminal.integrated.fontSize": 18,
"cSpell.userWords": [
"Kubernetes",
"Vettery",
"aspdotnetcore"
],
"[makefile]": {
"editor.tabSize": 4,
"editor.insertSpaces": false
},
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"workbench.startupEditor": "newUntitledFile",
"files.defaultLanguage": "markdown"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment