Skip to content

Instantly share code, notes, and snippets.

@a-x-
Created April 12, 2018 11:02
Show Gist options
  • Save a-x-/dadc996518c5690af690b8fa328c7e03 to your computer and use it in GitHub Desktop.
Save a-x-/dadc996518c5690af690b8fa328c7e03 to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 14,
"files.autoSave": "onFocusChange",
"editor.formatOnPaste": true,
"files.trimTrailingWhitespace": true,
"workbench.activityBar.visible": false,
"terminal.integrated.copyOnSelection": true,
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true,
"files.exclude": {
},
"editor.tabSize": 2,
"editor.detectIndentation": false,
"workbench.sideBar.location": "right",
"window.zoomLevel": 0,
"window.title": "${activeEditorShort}${separator}${activeEditorMedium}${separator}${folderName}",
"eslint.enable": true,
"git.autofetch": false,
"files.associations": {
"*.css": "postcss",
"*.md": "markdown"
},
"emmet.showExpandedAbbreviation": "inMarkupAndStylesheetFilesOnly",
"emmet.excludeLanguages": [
"markdown",
"javascript",
"javascriptreact",
"slim"
],
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"explorer.confirmDragAndDrop": false,
"workbench.editor.labelFormat": "medium",
"eslint.autoFixOnSave": true,
"editor.formatOnSave": false,
"gitlens.codeLens.scopes": [
"document"
],
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": true,
"suppressShowKeyBindingsNotice": true
},
"gitlens.resultsExplorer.files.layout": "auto",
"workbench.statusBar.feedback.visible": false,
"code-runner.languageIdToFileExtensionMap": {
"postcss": ".css"
},
"gitlens.keymap": "none",
"gitlens.historyExplorer.enabled": false,
"gitlens.explorers.avatars": false,
"gitlens.blame.avatars": false,
"gitlens.blame.highlight.locations": [
"gutter",
"line",
"overview"
],
"gitlens.recentChanges.highlight.locations": [
"overview",
"gutter",
"line"
],
"gitlens.statusBar.enabled": false,
"workbench.colorTheme": "Default Light+"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment