* set the state of the empty line fill option. * If true, empty lines will be filled with the whitespace. * of their previous lines. * If false, these lines will remain empty. * * @param state state of option. */
| 646 | * @param state state of option. |
| 647 | */ |
| 648 | void ASBeautifier::setEmptyLineFill(bool state) |
| 649 | { |
| 650 | emptyLineFill = state; |
| 651 | } |
| 652 | |
| 653 | void ASBeautifier::setAlignMethodColon(bool state) |
| 654 | { |