On Sun, Jul 16, 2017 at 2:14 PM, Luke Kenneth Casson Leighton lkcl@lkcl.net wrote:
Hm, the web editor uses a proportional-pitch font, so it's impossible to tell the number of spaces in a table to get alignment.
stuff it into a text editor with a fixed-width font.
... or... get the previous version, work out what i did, go the previous-previous version, restore that (manually) then hand-add what i added...
ah y'know what? sod it - i have access to git: i'll do it :)
done. there's no "war" on tabs/spaces, there's just "one is more appropriate for the circumstances than the other". for c i always use tabs. for python i *always* follow PEP8. it always depends on circumstances.
l.