enum EE::UI::Doc::TextFormat::LineEnding

#include <textformat.hpp>

enum LineEnding {
    LF,
    CRLF,
    CR,
};