On Sun, Jul 31, 2016 at 12:34:12PM +0200, Danny Milosavljevic wrote: > Is there a standalone program that reformats Scheme code to what we want it > to be? > It would be best if such a program just automatically normalized all the > files for us. There's no reason this needs to stay a degree of freedom where > every single person has to manually make sure it's the same regardless.
That would be great, especially to run it once over all our source files. I tend to program by copy-paste, which also pastes random indentation errors from random packages. Andreas