Class AutodetectGeneralFormatStyle


  • public class AutodetectGeneralFormatStyle
    extends JavaIsoVisitor<org.openrewrite.java.format.LineEndingsCount>
    • Constructor Detail

      • AutodetectGeneralFormatStyle

        public AutodetectGeneralFormatStyle()
    • Method Detail

      • autodetectGeneralFormatStyle

        public static org.openrewrite.style.GeneralFormatStyle autodetectGeneralFormatStyle​(JavaSourceFile j)
        Makes a best-effort attempt to determine whether windows-style (CRLF) line endings or unix-style (LF) are more common in the supplied AST.