* set the formatting style. * * @param mode the formatting style. */
| 1524 | * @param mode the formatting style. |
| 1525 | */ |
| 1526 | void ASFormatter::setFormattingStyle(FormatStyle style) |
| 1527 | { |
| 1528 | formattingStyle = style; |
| 1529 | } |
| 1530 | |
| 1531 | /** |
| 1532 | * set the add brackets mode. |