enum EE::UI::Doc::TextDocument::LineEnding

#include <textdocument.hpp>

enum LineEnding {
    LF,
    CRLF,
    CR,
};