Package org.openrewrite.java.format
@NonNullApi
package org.openrewrite.java.format
-
ClassesClassDescriptionEnsures that whitespace is on the outermost AST element possible.Ensures that whitespace is on the outermost AST element possible.Less commonly used than
AutoFormat, but useful in cases when a block of code is being moved definitively a certain number of indentation levels left or right, such as when unwrapping a block or conditional statement.