Created
June 26, 2018 20:28
-
-
Save pcomans/1d125a58acf7cb22c8c03867bb324e79 to your computer and use it in GitHub Desktop.
VS Code Settings
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 | |
}, | |
"git.autofetch": true, | |
"workbench.colorTheme": "Ayu Mirage", | |
"javascript.suggestionActions.enabled": false, | |
"editor.fontFamily": "'IBM Plex Mono'", | |
"editor.tabSize": 2, | |
"editor.fontSize": 14, | |
"workbench.iconTheme": "ayu", | |
"git.enableSmartCommit": true, | |
"ruby.format": "rubocop", | |
"extensions.ignoreRecommendations": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment