Skip to content

Instantly share code, notes, and snippets.

@nezarfadle
Created June 10, 2022 03:11
Show Gist options
  • Save nezarfadle/e8c550113c3ad3b3ce581c7d3d5211f4 to your computer and use it in GitHub Desktop.
Save nezarfadle/e8c550113c3ad3b3ce581c7d3d5211f4 to your computer and use it in GitHub Desktop.
"editor.matchBrackets": "never",
"editor.occurrencesHighlight": false,
"editor.lineHeight": 2.6,
"[yaml]":  {
 "editor.insertSpaces": true,
 "editor.tabSize": 2,
 "editor.autoIndent": "none"
},
"editor.renderLineHighlight": "none",
"editor.fontFamily": "'JetBrains Mono', 'Fira Code', Consolas, 'Courier New', monospace",
"editor.tabSize": 3,
"explorer.autoReveal": false,
"terminal.integrated.lineHeight": 1.6,
"diffEditor.ignoreTrimWhitespace": false,
"workbench.startupEditor": "none",
"editor.fontSize": 14.4,
"editor.selectionHighlight": false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment