different-tab-sizes-depending-on-the-language-file-im-programming-in-vs-code
Published at 2024-01-15
Last update over 365 days ago
Licensed under CC BY-NC-SA 4.0
softwares-and-tools
vscode
in settings.json:
{
"[plaintext]": {
"editor.tabSize": 8
}
}