Skip to content

Instantly share code, notes, and snippets.

@sam0x17
Created August 20, 2019 00:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sam0x17/740b2fbb37af819e154964238b873637 to your computer and use it in GitHub Desktop.
Save sam0x17/740b2fbb37af819e154964238b873637 to your computer and use it in GitHub Desktop.
vscode multi-language indententation settings
"editor.tabSize": 2,
"editor.detectIndentation": true,
"[rust]": {
"editor.detectIndentation": true,
"editor.tabSize": 4
},
"[python]": {
"editor.detectIndentation": true,
"editor.tabSize": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment