Skip to content

Instantly share code, notes, and snippets.

@ryanlane
Last active August 28, 2018 18:21
Show Gist options
  • Save ryanlane/f25fb6ec0172d53542ec75d0845591bb to your computer and use it in GitHub Desktop.
Save ryanlane/f25fb6ec0172d53542ec75d0845591bb to your computer and use it in GitHub Desktop.
{
"editor.snippetSuggestions": "top",
"editor.renderWhitespace": "boundary",
"editor.cursorStyle": "line",
"editor.wordWrap": "on",
"editor.minimap.renderCharacters": false,
"editor.tabSize": 2,
"javascript.validate.enable": false,
"terminal.integrated.fontFamily": "Monaco",
"terminal.integrated.fontSize": 11,
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
"window.zoomLevel": 0,
"editor.formatOnSave": true,
// "[javascript]": {
// "editor.formatOnSave": false,
// },
"eslint.autoFixOnSave": true,
"eslint.alwaysShowStatus": true,
"gitlens.keymap": "chorded",
"emmet.includeLanguages": {
"javascript": "javascriptreact",
},
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"npm.enableScriptExplorer": true,
"gitlens.historyExplorer.enabled": true,
}
{
"editor.snippetSuggestions": "top",
"editor.renderWhitespace": "boundary",
"editor.cursorStyle": "line",
"editor.wordWrap": "on",
"editor.minimap.renderCharacters": false,
"editor.tabSize": 2,
"javascript.validate.enable": false,
"terminal.integrated.fontFamily": "Monaco",
"terminal.integrated.fontSize": 11,
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
"window.zoomLevel": 0,
"editor.formatOnSave": true,
// "[javascript]": {
// "editor.formatOnSave": false,
// },
"eslint.autoFixOnSave": true,
"eslint.alwaysShowStatus": true,
"gitlens.keymap": "chorded",
"emmet.includeLanguages": {
"javascript": "javascriptreact",
},
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"npm.enableScriptExplorer": true,
"gitlens.historyExplorer.enabled": true,
"debug.toolBarLocation": "docked",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment