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

Method setSharpStyle

plugins/astyle/astyle_formatter.cpp:347–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345 m_engine.setJavaStyle();
346}
347void AStyleFormatter::setSharpStyle()
348{
349 m_engine.setSharpStyle();
350}
351
352void AStyleFormatter::setTabIndentation(int length, bool forceTabs)
353{

Callers 2

formatSourceWithStyleMethod · 0.45
AStylePreferencesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected