Last active
March 11, 2018 17:26
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"[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