NimPlus
NimPlus copied to clipboard
Set default indentation to space
Use spaces as the default indentation for Nim files.
I like having 4 spaces, so I will put 2 by default, with the option to set it to a custom number or using tabs (in the case of tabs,
auto inserting the magic #? replace(sub = "\t", by = " ") at the start of empty nim files would be useful.)