* set the brace formatting mode. * options: * * @param mode the brace formatting mode. */
| 2034 | * @param mode the brace formatting mode. |
| 2035 | */ |
| 2036 | void ASFormatter::setBraceFormatMode(BraceMode mode) |
| 2037 | { |
| 2038 | braceFormatMode = mode; |
| 2039 | } |
| 2040 | |
| 2041 | /** |
| 2042 | * set 'break after' mode for maximum code length |
no outgoing calls
no test coverage detected