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

Method setAttachInline

astyle/src/ASFormatter.cpp:1802–1805  ·  view source on GitHub ↗

* set option to attach inline brackets * * @param state true = attach, false = use style default. */

Source from the content-addressed store, hash-verified

1800 * @param state true = attach, false = use style default.
1801 */
1802void ASFormatter::setAttachInline(bool state)
1803{
1804 shouldAttachInline = state;
1805}
1806
1807/**
1808 * set option to break/not break one-line blocks

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected