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

Function gnuIndentGnu

plugins/customscript/customscript_plugin.cpp:224–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222
223namespace BuiltInStyles {
224SourceFormatterStyle gnuIndentGnu()
225{
226 SourceFormatterStyle result(QStringLiteral("GNU_indent_GNU"));
227 result.setCaption(i18n("Gnu Indent: GNU"));
228 result.setContent(QStringLiteral("indent"));
229 result.setUsePreview(true);
230
231 result.setMimeTypes(ISourceFormatter::mimeTypesSupportedByBuiltInStyles());
232 return result;
233}
234
235SourceFormatterStyle gnuIndentKr()
236{

Callers 1

predefinedStylesMethod · 0.85

Calls 4

setCaptionMethod · 0.80
setUsePreviewMethod · 0.80
setMimeTypesMethod · 0.80
setContentMethod · 0.45

Tested by

no test coverage detected