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

Method getTrimTrailingWhitespaces

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

Source from the content-addressed store, hash-verified

768}
769
770bool TextDocument::getTrimTrailingWhitespaces() const {
771 return mTrimTrailingWhitespaces;
772}
773
774void TextDocument::setTrimTrailingWhitespaces( bool trimTrailingWhitespaces ) {
775 mTrimTrailingWhitespaces = trimTrailingWhitespaces;

Callers 1

updateDocumentMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected