Skip to content

Instantly share code, notes, and snippets.

@babilog
Created November 8, 2018 11:02
Show Gist options
  • Save babilog/c95dad79b0efb80f14ccd7b4f0ffb5fa to your computer and use it in GitHub Desktop.
Save babilog/c95dad79b0efb80f14ccd7b4f0ffb5fa to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "Fira Code",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"eslint.autoFixOnSave": true,
"tslint.autoFixOnSave": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"workbench.colorTheme": "Night Owl",
"bracketPairColorizer.forceIterationColorCycle": true,
"workbench.settings.editor": "json",
"editor.minimap.enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment