Skip to content

Instantly share code, notes, and snippets.

@tempous
Last active March 7, 2023 13:49
Show Gist options
  • Save tempous/77dc562c3a4b2c5c1413ffd6e8529fbf to your computer and use it in GitHub Desktop.
Save tempous/77dc562c3a4b2c5c1413ffd6e8529fbf to your computer and use it in GitHub Desktop.
VS Code settings
{
"editor.fontLigatures": true,
"editor.fontFamily": "Cascadia Mono",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.linkedEditing": true,
"editor.mouseWheelZoom": true,
"editor.smoothScrolling": true,
"editor.minimap.enabled": false,
"editor.cursorBlinking": "expand",
"editor.renderWhitespace": "boundary",
"editor.renderControlCharacters": true,
"editor.cursorSmoothCaretAnimation": "on",
"editor.bracketPairColorization.enabled": true,
"explorer.copyRelativePathSeparator": "/",
"files.autoSaveDelay": 1000,
"files.autoSave": "afterDelay",
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"security.workspace.trust.enabled": false,
"security.workspace.trust.banner": "never",
"security.workspace.trust.startupPrompt": "never",
"telemetry.telemetryLevel": "off",
"update.mode": "manual",
"update.enableWindowsBackgroundUpdates": false,
"workbench.colorTheme": "JetBrains Rider Dark Theme",
"workbench.enableExperiments": false,
"workbench.list.smoothScrolling": true,
"workbench.startupEditor": "newUntitledFile",
"extensions.autoCheckUpdates": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment