* get the state of the block indentation option. * * @return state of blockIndent option. */
| 707 | * @return state of blockIndent option. |
| 708 | */ |
| 709 | bool ASBeautifier::getBlockIndent(void) const |
| 710 | { |
| 711 | return blockIndent; |
| 712 | } |
| 713 | |
| 714 | /** |
| 715 | * get the state of the bracket indentation option. |
nothing calls this directly
no outgoing calls
no test coverage detected