* indent continuation lines using a number of indents. * * @param indent number of indents per line. */
| 526 | * @param indent number of indents per line. |
| 527 | */ |
| 528 | void ASBeautifier::setContinuationIndentation(int indent) |
| 529 | { |
| 530 | continuationIndent = indent; |
| 531 | } |
| 532 | |
| 533 | /** |
| 534 | * set the maximum indentation between two lines in a multi-line statement. |