Created
July 31, 2018 21:43
-
-
Save interactivellama/f7397562452d432cbcad69a6aa1dba86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"gitlens.advanced.messages": { | |
"suppressCommitHasNoPreviousCommitWarning": false, | |
"suppressCommitNotFoundWarning": false, | |
"suppressFileNotUnderSourceControlWarning": false, | |
"suppressGitVersionWarning": false, | |
"suppressLineUncommittedWarning": false, | |
"suppressNoRepositoryWarning": false, | |
"suppressResultsExplorerNotice": false, | |
"suppressShowKeyBindingsNotice": true, | |
"suppressUpdateNotice": false, | |
"suppressWelcomeNotice": true | |
}, | |
"gitlens.keymap": "alternate", | |
"gitlens.historyExplorer.enabled": true, | |
"editor.minimap.enabled": false, | |
"workbench.panel.location": "bottom", | |
"editor.fontSize": 19, | |
"editor.lineHeight": 25.5, | |
"editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontWeight": "normal", | |
"editor.wordWrap": "wordWrapColumn", | |
"editor.wordWrapColumn": 80, | |
"workbench.colorTheme": "Twilight", | |
"window.zoomLevel": 0, | |
"workbench.sideBar.location": "right", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment