Skip to content

Instantly share code, notes, and snippets.

@palaa159
Created March 3, 2020 05:10
Show Gist options
  • Save palaa159/161d0310f8cbfa529b16692ed19ed91b to your computer and use it in GitHub Desktop.
Save palaa159/161d0310f8cbfa529b16692ed19ed91b to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "material-icon-theme",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.wordWrap": "on",
"editor.formatOnType": false,
"workbench.startupEditor": "newUntitledFile",
"window.zoomLevel": 2,
"editor.fontLigatures": true,
"editor.find.autoFindInSelection": true,
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.cursorStyle": "underline",
"editor.fontSize": 14,
"terminal.integrated.lineHeight": 1.1,
"terminal.integrated.macOptionClickForcesSelection": true,
"editor.fontFamily": "Operator Mono Lig, Menlo, Monaco, 'Courier New', monospace",
"terminal.integrated.fontFamily": "Menlo",
"terminal.integrated.fontSize": 13,
"terminal.integrated.rendererType": "dom",
"editor.tabSize": 2,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"explorer.confirmDelete": false,
"update.mode": "none",
"update.enableWindowsBackgroundUpdates": false,
"javascript.implicitProjectConfig.experimentalDecorators": true,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"extensions.ignoreRecommendations": true,
"javascript.implicitProjectConfig.checkJs": true,
"liveServer.settings.donotShowInfoMsg": true,
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"explorer.confirmDragAndDrop": false,
"vsicons.dontShowNewVersionMessage": true,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"sync.gist": "2d5058ca359d3ac79029be91ee4f55d2",
"sync.quietSync": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment