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

Method setBraceFormatMode

plugins/astyle/3rdparty/libastyle/ASFormatter.cpp:2036–2039  ·  view source on GitHub ↗

* set the brace formatting mode. * options: * * @param mode the brace formatting mode. */

Source from the content-addressed store, hash-verified

2034 * @param mode the brace formatting mode.
2035 */
2036void ASFormatter::setBraceFormatMode(BraceMode mode)
2037{
2038 braceFormatMode = mode;
2039}
2040
2041/**
2042 * set 'break after' mode for maximum code length

Callers 1

setBracketFormatModeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected