| 25 | } |
| 26 | |
| 27 | QString tabSpaceConversion() |
| 28 | { |
| 29 | // The meaning of the "FillForce" key depends on whether tab or space indentation is used: |
| 30 | // * for tabs: the forceTabs argument to ASBeautifier::setTabIndentation(); |
| 31 | // * for spaces: the state argument to ASFormatter::setTabSpaceConversionMode(). |
| 32 | return forceTabs(); |
| 33 | } |
| 34 | |
| 35 | QString fillEmptyLines() |
| 36 | { |
no test coverage detected