Skip to content

Instantly share code, notes, and snippets.

@masterflitzer
Last active March 13, 2023 19:41
Show Gist options
  • Save masterflitzer/3d954880ae7599e28da81c5acef0ad8d to your computer and use it in GitHub Desktop.
Save masterflitzer/3d954880ae7599e28da81c5acef0ad8d to your computer and use it in GitHub Desktop.
Visual Studio Code Settings (v1.76.1)
{
"[bat]": {
"files.eol": "\r\n"
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[dockercompose]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[go]": {
"editor.insertSpaces": false
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features",
"editor.tabSize": 2
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features",
"editor.tabSize": 2
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint",
"editor.tabSize": 2,
"files.trimTrailingWhitespace": false
},
"[powershell]": {
"editor.defaultFormatter": "ms-vscode.powershell"
},
"[python]": {
"editor.defaultFormatter": "ms-python.python",
"editor.formatOnPaste": false
},
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
},
"[tsv]": {
"editor.insertSpaces": false
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[xml]": {
"editor.defaultFormatter": "redhat.vscode-xml",
"editor.tabSize": 2
},
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml",
"editor.tabSize": 2
},
"css.styleSheets": [
"https://cdn.jsdelivr.net/npm/bootstrap/dist/css/bootstrap.min.css",
"https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css"
],
"debug.onTaskErrors": "showErrors",
"diffEditor.ignoreTrimWhitespace": false,
"editor.accessibilitySupport": "off",
"editor.autoClosingBrackets": "always",
"editor.autoClosingQuotes": "always",
"editor.bracketPairColorization.enabled": true,
"editor.codeLens": true,
"editor.cursorBlinking": "expand",
"editor.cursorSmoothCaretAnimation": "on",
"editor.defaultFormatter": null,
"editor.detectIndentation": true,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": "'calt', 'zero', 'ss04', 'ss07', 'ss09', 'ss10', 'cv06', 'cv25', 'cv26', 'cv27', 'cv28', 'cv29', 'cv30', 'cv32'",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"editor.formatOnType": true,
"editor.guides.bracketPairs": true,
"editor.guides.bracketPairsHorizontal": true,
"editor.guides.highlightActiveBracketPair": true,
"editor.guides.highlightActiveIndentation": true,
"editor.guides.indentation": true,
"editor.inlayHints.enabled": "offUnlessPressed",
"editor.inlineSuggest.enabled": true,
"editor.insertSpaces": true,
"editor.minimap.renderCharacters": false,
"editor.renderControlCharacters": true,
"editor.renderWhitespace": "boundary",
"editor.smoothScrolling": true,
"editor.suggestSelection": "recentlyUsedByPrefix",
"editor.tabSize": 4,
"editor.unicodeHighlight.allowedCharacters": {
"ß": true,
"ä": true,
"ö": true,
"ü": true
},
"editor.unicodeHighlight.allowedLocales": {
"_os": true,
"_vscode": true
},
"editor.unicodeHighlight.ambiguousCharacters": true,
"editor.unicodeHighlight.includeComments": true,
"editor.unicodeHighlight.includeStrings": true,
"editor.unicodeHighlight.invisibleCharacters": true,
"editor.unicodeHighlight.nonBasicASCII": true,
"editor.wordWrap": "on",
"editor.wrappingIndent": "indent",
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.autoGuessEncoding": true,
"files.autoSave": "onFocusChange",
"files.defaultLanguage": "${activeEditorLanguage}",
"files.encoding": "utf8",
"files.eol": "\n",
"files.hotExit": "onExit",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"git.autofetch": "all",
"git.confirmSync": false,
"git.enableCommitSigning": true,
"git.enableSmartCommit": true,
"github.gitProtocol": "ssh",
"gitlens.defaultDateFormat": "YYYY-MM-DD HH:mm",
"gitlens.defaultDateLocale": null,
"gitlens.defaultDateShortFormat": "YYYY-MM-DD",
"gitlens.defaultTimeFormat": "HH:mm",
"gitlens.rebaseEditor.ordering": "asc",
"html.format.extraLiners": "",
"html.format.indentInnerHtml": false,
"html.format.wrapAttributes": "aligned-multiple",
"html.validate.scripts": true,
"html.validate.styles": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"livePreview.notifyOnOpenLooseFile": false,
"notebook.lineNumbers": "on",
"omnisharp.useModernNet": true,
"powershell.codeFormatting.preset": "OTBS",
"powershell.enableProfileLoading": true,
"powershell.pester.useLegacyCodeLens": false,
"prettier.bracketSameLine": true,
"prettier.htmlWhitespaceSensitivity": "ignore",
"prettier.tabWidth": 4,
"python.formatting.provider": "black",
"redhat.telemetry.enabled": false,
"remote.SSH.remotePlatform": {},
"remoteHub.gitProtocol": "ssh",
"rust-analyzer.check.command": "clippy",
"security.workspace.trust.enabled": true,
"sortJSON.contextMenu": {
"sortJSON": true,
"sortJSONAlphaNum": false,
"sortJSONAlphaNumReverse": false,
"sortJSONKeyLength": false,
"sortJSONKeyLengthReverse": false,
"sortJSONReverse": false,
"sortJSONType": false,
"sortJSONTypeReverse": false,
"sortJSONValues": false,
"sortJSONValuesReverse": false
},
"svelte.enable-ts-plugin": true,
"telemetry.telemetryLevel": "off",
"terminal.explorerKind": "integrated",
"terminal.integrated.automationProfile.windows": null,
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "block",
"terminal.integrated.defaultProfile.windows": "PowerShell",
"terminal.integrated.gpuAcceleration": "auto",
"terminal.integrated.rightClickBehavior": "paste",
"terminal.integrated.shellIntegration.enabled": true,
"terminal.integrated.smoothScrolling": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"update.enableWindowsBackgroundUpdates": true,
"update.mode": "default",
"vscode-edge-devtools.useHttps": true,
"vscode-edge-devtools.userDataDir": false,
"vscord.app.name": "Visual Studio Code",
"vscord.behavoiur.prioritizeLanguagesOverExtensions": true,
"vscord.status.buttons.button1.active.enabled": true,
"vscord.status.buttons.button1.active.label": "GitHub",
"vscord.status.buttons.button1.active.url": "https://github.com/masterflitzer",
"vscord.status.buttons.button1.idle.enabled": true,
"vscord.status.buttons.button1.idle.label": "GitHub",
"vscord.status.buttons.button1.idle.url": "https://github.com/masterflitzer",
"vscord.status.buttons.button1.inactive.enabled": true,
"vscord.status.buttons.button1.inactive.label": "GitHub",
"vscord.status.buttons.button1.inactive.url": "https://github.com/masterflitzer",
"vscord.status.idle.enabled": false,
"vscord.status.showElapsedTime": false,
"window.commandCenter": true,
"window.menuBarVisibility": "visible",
"window.titleBarStyle": "custom",
"workbench.colorTheme": "Default Dark+",
"workbench.editorAssociations": {
"*.pdf": "latex-workshop-pdf-hook",
"git-rebase-todo": "gitlens.rebase"
},
"workbench.list.smoothScrolling": true,
"workbench.startupEditor": "none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment