From manual: Nim's standard grammar describes an indentation sensitive language. This means that all the control structures are recognized by indentation. Indentation consists only of spaces; tabulators are not allowed.
Closes #662
The ftoptions plugin will override values in settings.json based on language requirements (e.g. using tabs in makefiles).