Transformation that removes leading and trailing whitespace from lines.
readonly
name: string
Human-readable name of the transformation
readonly
type: TransformationType
The transformation type identifier
executeSync(rules: string[]): string[]
Trims whitespace from all lines.