Skip to content

Instantly share code, notes, and snippets.

@bricelam
Last active January 7, 2020 04:25
Show Gist options
  • Save bricelam/ee18e065c0b80a54e4e455560f29940e to your computer and use it in GitHub Desktop.
Save bricelam/ee18e065c0b80a54e4e455560f29940e to your computer and use it in GitHub Desktop.
My VS Code Settings
{
"workbench.colorTheme": "Default Light+",
"editor.formatOnSave": true,
"files.autoSave": "afterDelay",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.codeLens": false,
"editor.rulers": [
120
],
"editor.renderIndentGuides": false,
"window.restoreWindows": "none",
"csharp.suppressDotnetRestoreNotification": true,
"omnisharp.autoStart": false,
"editor.minimap.enabled": false,
"editor.fontLigatures": true,
"editor.fontFamily": "'Cascadia Code', Consolas, 'Courier New', monospace"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment