Skip to content

Inconsistency of indention for [[ #1029

@moodymudskipper

Description

@moodymudskipper

Is this expected ?

# as I expect
styler::style_text("a(\nb)")
#> a(
#>   b
#> )
styler::style_text("a[\nb]")
#> a[
#>   b
#> ]

# inconsistent, no indent, no pushing ]] to next line
styler::style_text("a[[\nb]]")
#> a[[
#> b]]

Created on 2022-10-15 with reprex v2.0.2

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions