config indent width not working

Hi,

I like my indent width to be 2, but this does not seem to work. Neither if I set it to 8 or whatever.

Is there something I need to do to reformat or something ?

Kind regards,
S

Edited by Sander Boer on Reason: Initial post
To change the indentation you need to disable virtual whitespace. In the config file:

1
enable_virtual_whitespace = false;
Also if something is typed incorrectly in the config file 4coder will use a default setup so make sure that isn't happening either. Like set the font to something really big and make sure it actually takes those changes.
Another way to confirm that your config file is parsing as you expect is to read the *messages* buffer on startup. It will print out all the values it has assigned to each config value.