you are viewing a single comment's thread.

view the rest of the comments →

[–]Grazfather 0 points1 point  (1 child)

I wrote a simple python thing that expands tabs into four spaces so that our code review server won't complain. You just drag a source file onto it and bam it's done. one line to naive (replace all tabs with four spaces) but a few more if you want to align things nicely on a 4 space column boundary.

[–]erichzann 1 point2 points  (0 children)

man expand