Skip to content

Instantly share code, notes, and snippets.

@TokaLazy
Created January 11, 2018 13:43
Show Gist options
  • Save TokaLazy/dffb1e2ef8368798039a5303d4538e03 to your computer and use it in GitHub Desktop.
Save TokaLazy/dffb1e2ef8368798039a5303d4538e03 to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "material-icon-theme",
"editor.minimap.enabled": false,
"window.zoomLevel": 0,
"editor.formatOnPaste": true,
"atomKeymap.promptV3Features": true,
"window.openFoldersInNewWindow": "on",
"csscomb.formatOnSave": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": true,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": false
},
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment