Skip to content

Instantly share code, notes, and snippets.

@nenjotsu
Last active March 15, 2018 15:09
Show Gist options
  • Save nenjotsu/f26c391520355a17b23e014927eb1341 to your computer and use it in GitHub Desktop.
Save nenjotsu/f26c391520355a17b23e014927eb1341 to your computer and use it in GitHub Desktop.
VS Code Settings
{
"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