Last active
March 15, 2018 15:09
-
-
Save nenjotsu/f26c391520355a17b23e014927eb1341 to your computer and use it in GitHub Desktop.
VS Code Settings
This file contains 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
{ | |
"window.zoomLevel": 0, | |
"workbench.sideBar.location": "left", | |
"git.autofetch": false, | |
"workbench.iconTheme": "vscode-icons", | |
"editor.tabSize": 2, | |
"editor.detectIndentation": false, | |
"window.restoreFullscreen": true, | |
"window.newWindowDimensions": "fullscreen", | |
"editor.snippetSuggestions": "top", | |
"editor.formatOnPaste": true, | |
"sublimeTextKeymap.promptV3Features": true, | |
"gitlens.advanced.messages": { | |
"suppressCommitHasNoPreviousCommitWarning": false, | |
"suppressCommitNotFoundWarning": false, | |
"suppressFileNotUnderSourceControlWarning": false, | |
"suppressGitVersionWarning": false, | |
"suppressLineUncommittedWarning": false, | |
"suppressNoRepositoryWarning": true, | |
"suppressUpdateNotice": false, | |
"suppressWelcomeNotice": false | |
}, | |
"editor.formatOnSave": true, | |
"prettier.singleQuote": true, | |
"prettier.printWidth": 80, | |
"prettier.trailingComma": "all", | |
"gitlens.keymap": "alternate" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment