Skip to content

Instantly share code, notes, and snippets.

@duard
Created April 14, 2022 09:59
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 duard/f2b717e8c84bc77e639ebd77fd68e55b to your computer and use it in GitHub Desktop.
Save duard/f2b717e8c84bc77e639ebd77fd68e55b to your computer and use it in GitHub Desktop.
{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.renderWhitespace": "all",
"editor.tabCompletion": "on",
"editor.fontFamily": "'OperatorMono-Book', 'JetBrainsMono Nerd Font'",
"editor.fontLigatures":"'zero', 'ss02', 'ss03', 'ss04', 'ss05', 'calt'",
"editor.fontWeight": "200",
"typescript.format.enable": true,
"editor.multiCursorModifier": "alt",
"editor.formatOnPaste": false,
"editor.trimAutoWhitespace": true,
"editor.wordWrapColumn": 1000,
"editor.wordWrap": "wordWrapColumn",
"editor.fontSize": 13,
"editor.formatOnSave": true,
"terminal.integrated.fontSize": 10,
"files.insertFinalNewline": true,
"editor.renderLineHighlight": "all",
"workbench.editor.showIcons": true,
"editor.selectionHighlight": true,
"explorer.autoReveal": true,
"files.trimTrailingWhitespace": true,
"php.suggest.basic": false,
"window.menuBarVisibility": "toggle",
"editor.minimap.enabled": false,
"explorer.openEditors.visible": 0,
"workbench.activityBar.visible": true,
"editor.wrappingIndent": "indent",
"workbench.startupEditor": "newUntitledFile",
"explorer.confirmDelete": false,
"editor.snippetSuggestions": "top",
"files.autoSave": "off",
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"window.openFilesInNewWindow": "on",
"editor.lineHeight": 20,
"javascript.validate.enable": false,
"workbench.editor.enablePreview": false,
"editor.letterSpacing": 0.5,
"editor.cursorWidth": 3,
"editor.glyphMargin": true,
"terminal.integrated.fontWeight": "200",
"terminal.integrated.macOptionIsMeta": true,
"terminal.integrated.fontWeightBold": "700",
"terminal.integrated.lineHeight": 1.6,
"editor.suggestSelection": "first",
"window.zoomLevel": 3,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.iconTheme": "material-icon-theme",
"json.maxItemsComputed": 999999999999,
"editor.foldingMaximumRegions": 65000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment