Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 695274
Collapse All | Expand All

(-)a/src/plugins/clangformat/clangformatutils.cpp (-1 / +1 lines)
Lines 60-66 Link Here
60
    style.AllowShortBlocksOnASingleLine = false;
60
    style.AllowShortBlocksOnASingleLine = false;
61
    style.AllowShortCaseLabelsOnASingleLine = false;
61
    style.AllowShortCaseLabelsOnASingleLine = false;
62
    style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
62
    style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
63
    style.AllowShortIfStatementsOnASingleLine = false;
63
    style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
64
    style.AllowShortLoopsOnASingleLine = false;
64
    style.AllowShortLoopsOnASingleLine = false;
65
    style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_None;
65
    style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_None;
66
    style.AlwaysBreakBeforeMultilineStrings = false;
66
    style.AlwaysBreakBeforeMultilineStrings = false;

Return to bug 695274