From: Michalis K. <mic...@gm...> - 2016-09-15 05:19:34
|
2016-09-15 6:55 GMT+02:00 silvioprog <sil...@gm...>: > So, what do you think about removing all first white-spaces? See a preview showing how it would be: > I *extremely* agree:) It's been bothering me since some time too, but I did not have time to deal with it. We should simply scan the lines of the @longCode, looking for the longest prefix composed of whitespace (spaces, tabs). And then (if this prefix is not empty) remove it (from all the lines). If you want to implement it, go very much ahead:) Regards, Michalis |