3

I am running vscode on ubuntu

enter image description here

but find its indentation of 4 spaces is actually takes two letters spaces.

It looks very compact.

How could configure it to take 4 letters as indentations.

Alice
  • 1,360
  • 2
  • 13
  • 28
  • Possible duplicate of [Indentation in VS Code](https://stackoverflow.com/questions/44995219/indentation-in-vs-code) – HaaLeo Mar 19 '19 at 12:23

1 Answers1

0

Everything is configured finely but indentation is squeezed.

It's ridiculous,

I finally solved the problem by edit the fonts in setting.json

{
        "editor.fontFamily": "'Monaco', 'monospace',monospace",

    }
Alice
  • 1,360
  • 2
  • 13
  • 28