* set the maximum indentation between two lines in a multi-line statement. * * @param max maximum indentation length. */
| 440 | * @param max maximum indentation length. |
| 441 | */ |
| 442 | void ASBeautifier::setMaxInStatementIndentLength(int max) |
| 443 | { |
| 444 | maxInStatementIndent = max; |
| 445 | } |
| 446 | |
| 447 | /** |
| 448 | * set the minimum conditional indentation option. |