* get the state of the empty line fill option. * If true, empty lines will be filled with the whitespace. * of their previous lines. * If false, these lines will remain empty. * * @return state of emptyLineFill option. */
| 763 | * @return state of emptyLineFill option. |
| 764 | */ |
| 765 | bool ASBeautifier::getEmptyLineFill(void) const |
| 766 | { |
| 767 | return emptyLineFill; |
| 768 | } |
| 769 | |
| 770 | /** |
| 771 | * get the state of the preprocessor indentation option. |
nothing calls this directly
no outgoing calls
no test coverage detected