Indenting



I read an interesting blog on Lisp programming.  It said that Lisp programmers don't use the parentheses' to figure out what is going on.  They instead rely on consistent indenting style.  Does any one think Maxima code should be indented the same way?  I was wondering if my code should be changed.  I use c style indenting.

Rich