Skip to content

Wrong indentation in pretty printer #56

@sureyeaah

Description

@sureyeaah

Reproduce:

pPrint( ((1, 2), 3, (4)) )

Current behavior

( 
    ( 1
    , 2
    ) 
, 3
, ( 4 )
) 

Expected behavior: First tuple should be aligned with the rest of the elements.

( 
  ( 1
  , 2
  ) 
, 3
, ( 4 )
) 

Is the current behavior intentional?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions