Skip to content

Instantly share code, notes, and snippets.

@mohnish
Created August 6, 2019 17:05
Show Gist options
  • Save mohnish/c25f1a8ab41731d20f5402600b4a461f to your computer and use it in GitHub Desktop.
Save mohnish/c25f1a8ab41731d20f5402600b4a461f to your computer and use it in GitHub Desktop.
settings.json
{
editor.cursorBlinking: "smooth",
editor.fontFamily: "SF Mono",
editor.fontSize: 13,
editor.fontLigatures: true,
editor.minimap.enabled: false,
editor.rulers: [
60,
80
],
editor.scrollBeyondLastLine: false,
files.insertFinalNewline: true,
files.trimTrailingWhitespace: true,
files.trimFinalNewlines: true,
files.useExperimentalFileWatcher: true,
workbench.enableExperiments: false,
workbench.startupEditor: "none",
workbench.activityBar.visible: false,
workbench.colorTheme: "Panda Syntax",
workbench.statusBar.feedback.visible: false,
workbench.statusBar.visible: false,
workbench.tips.enabled: false,
workbench.editor.highlightModifiedTabs: true,
terminal.explorerKind: "external",
search.location: "panel",
window.zoomLevel: 0,
editor.tabSize: 2,
explorer.openEditors.visible: 0,
outline.problems.colors: false,
outline.problems.badges: false,
outline.problems.enabled: false,
outline.icons: false,
editor.multiCursorModifier: "ctrlCmd",
workbench.iconTheme: "Monokai Classic Icons"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment