mg
mg copied to clipboard
Is there any way to set the tab as 4 spaces?
Is it possible to change the tab as 4 spaces in .mg file setting? Thanks!
A lot of places in the code just assume that the tab is 8 spaces. I've had it partially working by #define
ing TABSTOP
at compile time and using that instead, but it breaks in ways I haven't been able to track down yet.