Skip to content

Instantly share code, notes, and snippets.

@ronal2do
Created June 7, 2018 11:57
Show Gist options
  • Save ronal2do/98d303873f93d35618fbdc6861949899 to your computer and use it in GitHub Desktop.
Save ronal2do/98d303873f93d35618fbdc6861949899 to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "Operator SSm",
"editor.fontSize": 14,
"terminal.integrated.fontFamily": "Operator SSm",
"terminal.integrated.fontSize": 12,
// "editor.letterSpacing": 0.5,
"workbench.colorTheme": "Operator Mono Dark Theme",
"editor.tabSize": 4,
"[javascript]": {
"editor.tabSize": 2
},
"[json]": {
"editor.tabSize": 2
},
"git.autofetch": true,
"diffEditor.ignoreTrimWhitespace": true,
"window.zoomLevel": 0,
// Set the default
"editor.formatOnSave": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"gitlens.historyExplorer.enabled": true,
"files.associations": {
"*.js": "javascriptreact"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment