* set option to convert tabs to spaces. * * @param state true = convert, false = don't convert. */
| 2355 | * @param state true = convert, false = don't convert. |
| 2356 | */ |
| 2357 | void ASFormatter::setTabSpaceConversionMode(bool state) |
| 2358 | { |
| 2359 | shouldConvertTabs = state; |
| 2360 | } |
| 2361 | |
| 2362 | /** |
| 2363 | * set option to indent comments in column 1. |
no outgoing calls
no test coverage detected