Skip to content

Instantly share code, notes, and snippets.

@rmbrntt
Last active March 2, 2018 17:47
Show Gist options
  • Save rmbrntt/e6b61f2998f0155a7a05e7b865d58198 to your computer and use it in GitHub Desktop.
Save rmbrntt/e6b61f2998f0155a7a05e7b865d58198 to your computer and use it in GitHub Desktop.
vscode config
{
"editor.minimap.enabled": false,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"workbench.colorTheme": "One Dark Pro",
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.js": "javascriptreact"
},
"[javascript]": {
"editor.formatOnSave": false,
},
"eslint.autoFixOnSave": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment