Created
April 16, 2025 15:00
-
-
Save SaschaHeyer/b96ba1727b7d55d59e02a88569cc655e to your computer and use it in GitHub Desktop.
github settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.colorTheme": "Google Next 2025", | |
"editor.copyWithSyntaxHighlighting": false, | |
"diffEditor.ignoreTrimWhitespace": false, | |
"editor.emptySelectionClipboard": false, | |
"workbench.editor.enablePreview": false, | |
"window.newWindowDimensions": "inherit", | |
"editor.multiCursorModifier": "ctrlCmd", | |
"files.trimTrailingWhitespace": true, | |
"diffEditor.renderSideBySide": false, | |
"editor.snippetSuggestions": "top", | |
"editor.detectIndentation": false, | |
"files.insertFinalNewline": true, | |
"files.trimFinalNewlines": true, | |
"workbench.sideBar.location": "right", | |
"workbench.editor.showTabs": "none", | |
"editor.minimap.enabled": false, | |
"window.customTitleBarVisibility": "never", | |
"editor.scrollbar.horizontal": "hidden", | |
"editor.scrollbar.vertical": "hidden", | |
"scm.diffDecorations": "none", | |
"editor.hover.enabled": false, | |
"editor.matchBrackets": "never", | |
"workbench.tips.enabled": false, | |
"editor.colorDecorators": false, | |
"git.decorations.enabled": false, | |
"workbench.startupEditor": "none", | |
"editor.lightbulb.enabled": "off", | |
"editor.selectionHighlight": false, | |
"editor.overviewRulerBorder": false, | |
"editor.renderLineHighlight": "none", | |
"editor.occurrencesHighlight": "off", | |
"problems.decorations.enabled": false, | |
"editor.renderControlCharacters": false, | |
"editor.hideCursorInOverviewRuler": true, | |
"editor.gotoLocation.multipleReferences": "goto", | |
"editor.gotoLocation.multipleDefinitions": "goto", | |
"editor.gotoLocation.multipleDeclarations": "goto", | |
"workbench.editor.enablePreviewFromQuickOpen": false, | |
"editor.gotoLocation.multipleImplementations": "goto", | |
"editor.gotoLocation.multipleTypeDefinitions": "goto", | |
"docker.promptForRegistryWhenPushingImages": true, | |
"editor.fontSize": 16, | |
"editor.lineHeight": 30, | |
"editor.suggestFontSize": 16, | |
"editor.suggestLineHeight": 28, | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.5, | |
"geminicodeassist.project": "sascha-playground-doit", | |
"window.nativeFullScreen": false, | |
"vscode_custom_css.imports": [ | |
"/Users/sascha/Desktop/development/vs-code-settings/custom.css" | |
], | |
"editor.padding.top": 30, | |
"window.restoreFullscreen": true, | |
"workbench.activityBar.location": "hidden", | |
"editor.guides.indentation": true, | |
"gitlens.blame.line.enabled": false,// was working in previous versions | |
"gitlens.currentLine.enabled": false,// in modern version | |
"gitlens.codeLens.authors.enabled": false, | |
"gitlens.codeLens.recentChange.enabled": false, | |
"breadcrumbs.enabled": false, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment