Created
June 7, 2018 11:57
-
-
Save ronal2do/98d303873f93d35618fbdc6861949899 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
{ | |
"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