Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
347
void AStyleFormatter::setSharpStyle()
348
{
349
m_engine.setSharpStyle();
350
}
351
352
void AStyleFormatter::setTabIndentation(int length, bool forceTabs)
353
{
Callers
2
formatSourceWithStyle
Method · 0.45
AStylePreferences
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected