Skip to content

Instantly share code, notes, and snippets.

@philiplambok
Created November 23, 2022 14:04
Show Gist options
  • Save philiplambok/15037d5fc554b329084c9e7247154281 to your computer and use it in GitHub Desktop.
Save philiplambok/15037d5fc554b329084c9e7247154281 to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "Comic Mono, Roboto Mono, Jetbrains Mono, IBM Plex Mono, Dank Mono, Menlo, Monaco, 'Courier New', monospace",
"workbench.editor.showTabs": false,
"workbench.statusBar.visible": false,
"editor.minimap.enabled": false,
"editor.tabSize": 2,
// For Stylelint
// "stylelint.autoFixOnSave": false,
"workbench.colorCustomizations": {
"terminal.ansiBrightCyan": "#EE64AE",
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"editor.wordWrap": "on",
"workbench.colorTheme": "GitHub Dark",
"workbench.activityBar.visible": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment