Skip to content

Instantly share code, notes, and snippets.

@fbedussi
Created March 24, 2019 09:35
Show Gist options
  • Save fbedussi/35d14efd1143d162cdab55a121b4c9df to your computer and use it in GitHub Desktop.
Save fbedussi/35d14efd1143d162cdab55a121b4c9df to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "material-icon-theme",
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": false,
"files.insertFinalNewline": true,
"editor.tabSize": 2,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"sync.gist": "93d5d9d42a78982bcff664a5a97e14d9",
"sync.lastUpload": "2018-05-31T15:52:21.434Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"window.zoomLevel": 0,
"material-icon-theme.showUpdateMessage": false,
"css.validate": false,
"scss.validate": false,
"gitlens.keymap": "chorded",
"workbench.colorTheme": "Monokai Dimmed",
"typescript.locale": "en",
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"editor.formatOnSave": false,
"gitlens.historyExplorer.enabled": true,
"workbench.startupEditor": "newUntitledFile",
"typescript.updateImportsOnFileMove.enabled": "never",
"gitlens.views.fileHistory.enabled": true,
"gitlens.views.lineHistory.enabled": true,
"breadcrumbs.enabled": true,
"update.enableWindowsBackgroundUpdates": false,
"update.showReleaseNotes": false,
"update.channel": "none",
"jest.pathToJest": "npm test --",
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editor.enablePreview": false,
"files.autoSave": "onFocusChange",
"git.confirmSync": false,
"window.title": "${folderName} - ${activeEditorLong}${dirty} ",
"editor.showFoldingControls": "always",
"editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 13,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment