Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
744
bool TextDocument::getAutoDetectIndentType() const {
745
return mAutoDetectIndentType;
746
}
747
748
void TextDocument::setAutoDetectIndentType( bool autodetect ) {
749
if ( !mAutoDetectIndentType && autodetect )
Callers
1
updateDocumentMenu
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected