formattedSExpression method

String formattedSExpression(
  1. int width
)

Rust Node's alternate Display formatting.

Implementation

String formattedSExpression(int width) =>
    treeSitterFormatSExpression(toSExpression(), width);