Skip to content

Instantly share code, notes, and snippets.

@rojaster
Created February 6, 2022 22:37
Show Gist options
  • Save rojaster/0884dbff4142c3ed2ba42c04a38dcd1f to your computer and use it in GitHub Desktop.
Save rojaster/0884dbff4142c3ed2ba42c04a38dcd1f to your computer and use it in GitHub Desktop.
Visual Studio Code Global Settings JSON
{
"explorer.confirmDragAndDrop": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"editor.fontFamily": "\"Jetbrains Mono ExtraLight\", \"Fira Code\",\"Source Code Pro\", \"Courier New\", monospace",
"editor.fontLigatures": true,
"workbench.colorTheme": "Darktooth",
"editor.fontSize": 15,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.insertSpaces": true,
"editor.renderLineHighlight": "gutter",
"editor.lineNumbers": "interval",
"editor.cursorStyle": "underline",
"editor.wordWrapColumn": 120,
"editor.rulers": [120],
"editor.wordWrap": "wordWrapColumn",
"C_Cpp.updateChannel": "Insiders",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment