Skip to content

Instantly share code, notes, and snippets.

@dideler
Last active March 11, 2018 17:26
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 dideler/ad9952ff07b325cc91f4a8ece1455486 to your computer and use it in GitHub Desktop.
Save dideler/ad9952ff07b325cc91f4a8ece1455486 to your computer and use it in GitHub Desktop.
VSCode override language-specific settings of a plugin, e.g. use tab size of 2 spaces
{
"[fish]": {
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.trimAutoWhitespace": true,
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment