styler (version 1.1.1)

unindent_child: Unindent a child

Description

Unindent a child

Usage

unindent_child(pd, token = c("')'", "'}'"), unindent_by = 2)

Arguments

pd

A parse table.

token

The token the unindention should be based on.

unindent_by

By how many spaces one level of indention is reversed.