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

Method getForceNewLineAtEndOfFile

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

Source from the content-addressed store, hash-verified

760}
761
762bool TextDocument::getForceNewLineAtEndOfFile() const {
763 return mForceNewLineAtEndOfFile;
764}
765
766void TextDocument::setForceNewLineAtEndOfFile( bool forceNewLineAtEndOfFile ) {
767 mForceNewLineAtEndOfFile = forceNewLineAtEndOfFile;

Callers 1

updateDocumentMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected