Skip to content

Instantly share code, notes, and snippets.

@temazinkin
Last active October 17, 2022 06:22
Show Gist options
  • Save temazinkin/ec7d6ab684c4748041f4b2a19c82c97a to your computer and use it in GitHub Desktop.
Save temazinkin/ec7d6ab684c4748041f4b2a19c82c97a to your computer and use it in GitHub Desktop.
{
"window.restoreFullscreen": true,
"workbench.editor.untitled.hint": "hidden",
"workbench.iconTheme": "vs-minimal",
"workbench.startupEditor": "none",
"workbench.tips.enabled": false,
"workbench.tree.indent": 20,
"editor.fontSize": 15,
"editor.fontWeight": "normal",
"editor.wordWrap": "bounded",
"editor.autoClosingDelete": "always",
"editor.autoClosingOvertype": "always",
"editor.bracketPairColorization.enabled": true,
"editor.codeActionsOnSave": null,
"editor.wordWrapColumn": 1000,
"editor.fontFamily": "Consolas, 'Courier New', monospace",
"editor.hover.enabled": false,
"editor.lightbulb.enabled": false,
"editor.minimap.enabled": false,
"editor.smoothScrolling": true,
"editor.wordSeparators": "`~!@#$%^&*()-_=+[{]}\\|;:'\",.<>/?",
"files.autoSave": "onFocusChange",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"screencastMode.onlyKeyboardShortcuts": true,
"screencastMode.mouseIndicatorColor": "#FF000000",
"screencastMode.fontSize": 35,
"screencastMode.verticalOffset": 0,
"screencastMode.keyboardOverlayTimeout": 1000,
"terminal.explorerKind": "external",
"terminal.integrated.fontSize": 17,
"terminal.external.osxExec": "iTerm.app",
"html.format.unformatted": "",
"html.format.wrapLineLength": 0,
"vscode-typograf.locale": "ru",
"vscode-typograf.type": "name",
"vscode-typograf.onlyInvisible": true,
"security.workspace.trust.untrustedFiles": "open",
"extensions.ignoreRecommendations": true,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"git.autofetch": true,
"git.confirmSync": false,
"[scss]": {
"editor.defaultFormatter": "MikeBovenlander.formate"
},
"git.suggestSmartCommit": false,
"vscode-typograf.autoDetectLocale": false,
"diffEditor.ignoreTrimWhitespace": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment