Skip to content

Instantly share code, notes, and snippets.

@dideler
Last active March 11, 2018 17:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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