* set option to break unrelated blocks of code with empty lines. * * @param state true = convert, false = don't convert. */
| 2385 | * @param state true = convert, false = don't convert. |
| 2386 | */ |
| 2387 | void 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. |