GIT_FILTER_CRLF

Look up a filter by name

extern (C) nothrow @nogc
enum GIT_FILTER_CRLF = "crlf";

Return Value

Pointer to the filter object or null if not found

Meta