Skip to content

Instantly share code, notes, and snippets.

@rubenarakelyan
Last active January 1, 2023 11:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rubenarakelyan/c75845cabd74eb0e29ddd642236463b7 to your computer and use it in GitHub Desktop.
Save rubenarakelyan/c75845cabd74eb0e29ddd642236463b7 to your computer and use it in GitHub Desktop.
Visual Studio Code workspace settings
{
"folders": [],
"settings": {
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "off",
"editor.bracketPairColorization.enabled": true,
"editor.emptySelectionClipboard": false,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.tabSize": 2,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"telemetry.enableTelemetry": false,
"workbench.editor.highlightModifiedTabs": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment