* set the formatting style. * * @param mode the formatting style. */
| 1271 | * @param mode the formatting style. |
| 1272 | */ |
| 1273 | void ASFormatter::setFormattingStyle(FormatStyle style) |
| 1274 | { |
| 1275 | formattingStyle = style; |
| 1276 | } |
| 1277 | |
| 1278 | /** |
| 1279 | * set the add brackets mode. |