Different tab sizes depending on the language file im programming in vs code

in settings.json:

{
    "[plaintext]": {
         "editor.tabSize": 8
    }
}