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

Method setFormattingStyle

astyle/src/ASFormatter.cpp:1526–1529  ·  view source on GitHub ↗

* set the formatting style. * * @param mode the formatting style. */

Source from the content-addressed store, hash-verified

1524 * @param mode the formatting style.
1525 */
1526void ASFormatter::setFormattingStyle(FormatStyle style)
1527{
1528 formattingStyle = style;
1529}
1530
1531/**
1532 * set the add brackets mode.

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected