MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getAutoDetectIndentType

Method getAutoDetectIndentType

src/eepp/ui/doc/textdocument.cpp:744–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742}
743
744bool TextDocument::getAutoDetectIndentType() const {
745 return mAutoDetectIndentType;
746}
747
748void TextDocument::setAutoDetectIndentType( bool autodetect ) {
749 if ( !mAutoDetectIndentType && autodetect )

Callers 1

updateDocumentMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected