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

Method setBreakBlocksMode

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

* set option to break unrelated blocks of code with empty lines. * * @param state true = convert, false = don't convert. */

Source from the content-addressed store, hash-verified

2385 * @param state true = convert, false = don't convert.
2386 */
2387void ASFormatter::setBreakBlocksMode(bool state)
2388{
2389 shouldBreakBlocks = state;
2390}
2391
2392/**
2393 * set option to break closing header blocks of code (such as 'else', 'catch', ...) with empty lines.

Callers 1

testContextMethod · 0.45

Calls

no outgoing calls

Tested by 1

testContextMethod · 0.36