Skip to content

Instantly share code, notes, and snippets.

@phelewski
Created March 9, 2020 13:03
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 phelewski/58f7e574d246765411c07fdffc3e1a62 to your computer and use it in GitHub Desktop.
Save phelewski/58f7e574d246765411c07fdffc3e1a62 to your computer and use it in GitHub Desktop.
Visual Studios Code Remote - Container Blog | Example Ruby Project devcontainer.json Spaces & Tabs Partial
{
"settings": {
"[ruby]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"[yaml]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"[go]": {
"editor.insertSpaces": false,
"editor.tabSize": 4,
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment