MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / setBracketFormatMode

Method setBracketFormatMode

astyle/src/ASFormatter.cpp:1577–1580  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1575 * @param mode the bracket formatting mode.
1576 */
1577void ASFormatter::setBracketFormatMode(BracketMode mode)
1578{
1579 bracketFormatMode = mode;
1580}
1581
1582/**
1583 * set 'break after' mode for maximum code length

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected