Skip to content

Instantly share code, notes, and snippets.

@jeffreyvr
Created February 1, 2020 15:35
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 jeffreyvr/64b4707aa00d90b546f7eee6383d1fc8 to your computer and use it in GitHub Desktop.
Save jeffreyvr/64b4707aa00d90b546f7eee6383d1fc8 to your computer and use it in GitHub Desktop.
VSC settings
{
"workbench.startupEditor": "none",
"markdown.preview.fontSize": 12,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"editor.fontSize": 16,
"editor.lineHeight": 42,
"workbench.colorCustomizations": {
"[Inspired Github]": {
"editorLineNumber.foreground": "#999",
"editorWhitespace.foreground": "#ddd",
"editorIndentGuide.activeBackground": "#f1f1f1",
"editorIndentGuide.background": "#fafafa",
"editorCursor.foreground": "#999",
"editor.background": "#fff",
"editor.lineHighlightBackground": "#fdfefd",
"statusBar.background": "#ccc",
"statusBar.foreground": "#333",
"sideBar.background": "#e9e8e9",
"sideBarSectionHeader.background": "#e9e8e9"
}
},
"workbench.tree.indent": 24,
"editor.fontLigatures": true,
"workbench.statusBar.visible": false,
"workbench.activityBar.visible": false,
"window.zoomLevel": 0,
"workbench.editor.enablePreview": false,
"editor.cursorBlinking": "smooth",
"editor.fontFamily": "Operator Mono, consolas",
"editor.cursorStyle": "underline",
"editor.fontWeight": "400",
"breadcrumbs.enabled": false,
"editor.minimap.enabled": false,
"workbench.iconTheme": "vs-minimal",
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"workbench.colorTheme": "Inspired Github",
"java.configuration.checkProjectSettingsExclusions": false,
"java.errors.incompleteClasspath.severity": "ignore",
"blade.format.enable": true,
"maven.executable.preferMavenWrapper": true,
"editor.scrollBeyondLastLine": false,
"editor.renderWhitespace": "all"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment