Skip to content

Instantly share code, notes, and snippets.

@mateusvahl
Last active May 27, 2018 04:23
Show Gist options
  • Save mateusvahl/b4d5e60ff649aecbbc85ba762c0ca071 to your computer and use it in GitHub Desktop.
Save mateusvahl/b4d5e60ff649aecbbc85ba762c0ca071 to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "Inconsolata-Regular, Consolas, 'Courier New', monospace",
"editor.selectionHighlight": false,
"editor.fontSize": 14,
"editor.renderWhitespace": "none",
"editor.cursorStyle": "line",
"editor.multiCursorModifier": "ctrlCmd",
"editor.wordWrap": "off",
"editor.accessibilitySupport": "off",
"editor.cursorBlinking": "smooth",
"editor.foldingStrategy": "indentation",
"editor.renderIndentGuides": false,
"editor.scrollBeyondLastLine": false,
"workbench.colorTheme": "City Lights",
"workbench.iconTheme": "city-lights-icons-vsc",
"workbench.activityBar.visible": false,
"workbench.startupEditor": "none",
"workbench.statusBar.visible": false,
"workbench.sideBar.location": "right",
"workbench.statusBar.feedback.visible": false,
"workbench.view.alwaysShowHeaderActions": false,
"window.zoomLevel": 0,
"window.menuBarVisibility": "toggle",
"search.smartCase": true,
"search.location": "panel",
"prettier.singleQuote": true,
"prettier.eslintIntegration": true,
"prettier.tabWidth": 2,
"editor.formatOnSave": true,
"emmet.includeLanguages": {
"mustache": "html"
},
"git.path": "C:\\Program Files\\Git\\bin\\git.exe",
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\bash.exe",
"explorer.confirmDelete": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/public": true
},
"html.format.indentInnerHtml": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": true,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"gitlens.recentChanges.highlight.locations": [
"overview"
],
"gitlens.codeLens.enabled": false,
"extensions.ignoreRecommendations": true,
"gitlens.historyExplorer.enabled": true,
"[javascript]": {
"editor.formatOnSave": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment