edits property

List<SourceEdit> edits
getter/setter pair

The edit(s) to be applied in order to format the code. The list will be empty if the code was already formatted (there are no changes).

Implementation

List<SourceEdit> edits;