* set objective-c '-' or '+' class prefix unpadding mode. * options: * true class prefix will be unpadded with spaces after them removed. * false class prefix will left unchanged. * * @param state the unpadding mode. */
| 1739 | * @param state the unpadding mode. |
| 1740 | */ |
| 1741 | void ASFormatter::setMethodPrefixUnPaddingMode(bool state) |
| 1742 | { |
| 1743 | shouldUnPadMethodPrefix = state; |
| 1744 | } |
| 1745 | |
| 1746 | /** |
| 1747 | * set objective-c method colon padding mode. |