shdqcdsn / counterclockwise

Automatically exported from code.google.com/p/counterclockwise
0 stars 0 forks source link

forms are not shifted enough when wrapping in parens #644

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
if you wrap this expression 

(if
  then
  else)

you get 

((if
  then
  else))

instead of

((if
   then
   else))

Original issue reported on code.google.com by christophe.grand on 11 Jul 2014 at 1:50

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 17 Jul 2014 at 1:10