My indentation are too thin. But I also don't want to use more than 2 spaces for indentation. Is there a way to increase the size?
Current view,

Expected View,

Since you aren't using any formatter type extension
You can set your indentation easily by selecting the indenting option in the status bar.


and then select the size you want.
If you want to globally have the same settings.
add these values to your settings.json
"editor.tabSize": 4, //4 = 4 spaces
"editor.detectIndentation": true, // this will auto detect whether your file is using spaces or tabs to indent.
"editor.insertSpaces": true, // Insert spaces when pressing Tab. This setting is overridden based on the file contents when #editor.detectIndentation# is on.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With