« Minimal Reproducible »

Home Tags About GitHub

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-toolsvscode

https://stackoverflow.com/questions/69106869/different-tab-sizes-depending-on-the-language-file-im-programming-in-vs-code

in settings.json:

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

« Minimal Reproducible »

Powered by Astro