.. index:: pair: struct; EE::UI::Doc::DocumentView::Config .. _doxid-struct_e_e_1_1_u_i_1_1_doc_1_1_document_view_1_1_config: struct EE::UI::Doc::DocumentView::Config ======================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct Config { // fields :ref:`LineWrapMode` :target:`mode` { :ref:`LineWrapMode::NoWrap` }; bool :target:`keepIndentation` { true }; :ref:`Uint32` :target:`tabWidth` { 4 }; std::optional<:ref:`Uint32`> :target:`maxCharactersWidth`; // methods bool :target:`operator==`(const Config& other); bool :target:`operator!=`(const Config& other); };