MCPcopy Create free account
hub / github.com/KDE/kdevelop / tabSpaceConversion

Function tabSpaceConversion

plugins/astyle/astyle_formatter.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27QString 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
35QString fillEmptyLines()
36{

Callers 3

updateWidgetsMethod · 0.85
updateFormatterMethod · 0.85

Calls 1

forceTabsFunction · 0.85

Tested by

no test coverage detected