Interface LineEnding.Policy

    • Method Detail

      • getEndingFor

        String getEndingFor​(File file)
        Returns the line ending appropriate for the given file.
      • isUnix

        default boolean isUnix​(File file)
        Returns true iff this file has unix line endings.