Last active
June 15, 2023 19:42
-
-
Save marselester/abcfd57afa9209a1b6f9b36adaf85140 to your computer and use it in GitHub Desktop.
Revisions
-
marselester revised this gist
Jun 15, 2023 . 1 changed file with 15 additions and 12 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,20 +1,21 @@ { "editor.fontSize": 16, "editor.autoClosingBrackets": "never", "editor.matchBrackets": "never", "editor.quickSuggestions": { "comments": "off", "strings": "off", "other": "off" }, "editor.renderLineHighlight": "none", "editor.selectionHighlight": false, "editor.minimap.enabled": false, "editor.multiCursorModifier": "ctrlCmd", "editor.snippetSuggestions": "top", "editor.formatOnPaste": true, "editor.autoClosingQuotes": "never", "editor.autoSurround": "never", "editor.wordWrap": "on", "files.trimTrailingWhitespace": true, "files.trimFinalNewlines": true, "files.insertFinalNewline": true, @@ -24,12 +25,14 @@ "**/*.pyc": true }, "go.formatTool": "goimports", "extensions.ignoreRecommendations": true, "workbench.startupEditor": "newUntitledFile", "telemetry.telemetryLevel":"off", "update.showReleaseNotes": false, "go.toolsManagement.autoUpdate": true, "window.zoomLevel": 3, "go.survey.prompt": false, "go.lintOnSave": "off", "audioCues.lineHasError": "off", "audioCues.volume": 10 } -
marselester revised this gist
Oct 28, 2020 . 1 changed file with 18 additions and 13 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,20 @@ { "editor.fontSize": 14, "editor.autoClosingBrackets": "never", "editor.matchBrackets": "never", "editor.quickSuggestions": false, "editor.renderLineHighlight": "none", "editor.selectionHighlight": false, "editor.scrollBeyondLastLine": false, "editor.minimap.enabled": false, "editor.multiCursorModifier": "ctrlCmd", "editor.snippetSuggestions": "top", "editor.formatOnPaste": true, "editor.autoClosingQuotes": "never", "editor.autoSurround": "never", "editor.codeActionsOnSave": [ "editor.action.formatDocument" ], "files.trimTrailingWhitespace": true, "files.trimFinalNewlines": true, "files.insertFinalNewline": true, @@ -16,15 +23,13 @@ "**/.DS_Store": true, "**/*.pyc": true }, "go.formatTool": "goimports", "go.useLanguageServer": true, "window.zoomLevel": 1, "extensions.ignoreRecommendations": true, "workbench.colorTheme": "Visual Studio Dark", "workbench.startupEditor": "newUntitledFile", "telemetry.enableCrashReporter": false, "telemetry.enableTelemetry": false, "update.showReleaseNotes": false } -
marselester renamed this gist
Apr 4, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
marselester created this gist
Apr 4, 2018 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,30 @@ { "editor.fontSize": 14, "editor.parameterHints": false, "editor.autoClosingBrackets": false, "editor.matchBrackets": false, "editor.quickSuggestions": false, "editor.renderLineHighlight": "none", "editor.selectionHighlight": false, "editor.scrollBeyondLastLine": false, "editor.minimap.enabled": false, "files.trimTrailingWhitespace": true, "files.trimFinalNewlines": true, "files.insertFinalNewline": true, "files.exclude": { "**/.git": true, "**/.DS_Store": true, "**/*.pyc": true }, "go.lintTool": "gometalinter", "debug.inlineValues": true, "extensions.ignoreRecommendations": true, "python.linting.pylintEnabled": false, "python.formatting.provider": "", "sublimeTextKeymap.promptV3Features": true, "editor.multiCursorModifier": "ctrlCmd", "editor.snippetSuggestions": "top", "editor.formatOnPaste": true, "workbench.startupEditor": "newUntitledFile", "explorer.confirmDelete": false }