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

Method setTabSpaceConversionMode

plugins/astyle/3rdparty/libastyle/ASFormatter.cpp:2357–2360  ·  view source on GitHub ↗

* set option to convert tabs to spaces. * * @param state true = convert, false = don't convert. */

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected