Skip to content

forms are not shifted enough when wrapping in parens #685

@laurentpetit

Description

@laurentpetit

Original issue 644 created by laurentpetit on 2014-07-11T13:50:06.000Z:

if you wrap this expression

(if
  then
  else)

you get 

((if
  then
  else))

instead of

((if
   then
   else))

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions