* set operator padding mode. * options: * true statement operators will be padded with spaces around them. * false statement operators will not be padded. * * @param state the padding mode. */
| 1635 | * @param state the padding mode. |
| 1636 | */ |
| 1637 | void ASFormatter::setOperatorPaddingMode(bool state) |
| 1638 | { |
| 1639 | shouldPadOperators = state; |
| 1640 | } |
| 1641 | |
| 1642 | /** |
| 1643 | * set parenthesis outside padding mode. |