Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpeditor/cpeditor
/ settingKey
Method
settingKey
src/Extensions/ClangFormatter.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
QString ClangFormatter::settingKey() const
33
{
34
return
"Clang Format"
;
35
}
36
37
QStringList ClangFormatter::arguments() const
38
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected