Skip to content

Instantly share code, notes, and snippets.

@anveo
Created April 18, 2018 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anveo/6d28f1721d9e71a464bb436952fd246c to your computer and use it in GitHub Desktop.
Save anveo/6d28f1721d9e71a464bb436952fd246c to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": 2,
"workbench.startupEditor": "newUntitledFile",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": true,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"standard.autoFixOnSave": true,
"editor.fontFamily": "Fira Code, monospace",
"editor.fontLigatures": true,
"gitlens.codeLens.scopes": [
"document"
],
"editor.tabSize": 2,
"emmet.triggerExpansionOnTab": false,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"jsx": {
"attr_quotes": "single"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment