public static interface LineEnding.Policy
Modifier and Type | Method and Description |
---|---|
String |
getEndingFor(File file)
Returns the line ending appropriate for the given file.
|
default boolean |
isUnix(File file)
Returns true iff this file has unix line endings.
|