MCPcopy Create free account
hub / github.com/KDE/kdevelop / setContinuationIndentation

Method setContinuationIndentation

plugins/astyle/3rdparty/libastyle/ASBeautifier.cpp:528–531  ·  view source on GitHub ↗

* indent continuation lines using a number of indents. * * @param indent number of indents per line. */

Source from the content-addressed store, hash-verified

526* @param indent number of indents per line.
527*/
528void ASBeautifier::setContinuationIndentation(int indent)
529{
530 continuationIndent = indent;
531}
532
533/**
534 * set the maximum indentation between two lines in a multi-line statement.

Callers 1

setContinuationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected