* set option to break unrelated blocks of code with empty lines. * * @param state true = convert, false = don't convert. */
| 1865 | * @param state true = convert, false = don't convert. |
| 1866 | */ |
| 1867 | void ASFormatter::setBreakBlocksMode(bool state) |
| 1868 | { |
| 1869 | shouldBreakBlocks = state; |
| 1870 | } |
| 1871 | |
| 1872 | /** |
| 1873 | * set option to break closing header blocks of code (such as 'else', 'catch', ...) with empty lines. |