Or, if allowed, it should have indention. ``` r styler::style_text( 'x[a ==3 | b == v,]' ) #> x[a == 3 #> | b == v, ] ``` <sup>Created on 2019-11-15 by the [reprex package](https://reprex.tidyverse.org) (v0.3.0)</sup> Note this does not happen when a `|` expression is top-level. The same with `&`.