We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bcdb5 commit 572848cCopy full SHA for 572848c
clang/lib/Format/Format.cpp
@@ -1968,6 +1968,7 @@ FormatStyle getClangFormatStyle() {
1968
Style.IntegerLiteralSeparator.DecimalMinDigits = 5;
1969
Style.LineEnding = FormatStyle::LE_LF;
1970
Style.RemoveBracesLLVM = true;
1971
+ Style.RemoveEmptyLinesInUnwrappedLines = true;
1972
Style.RemoveParentheses = FormatStyle::RPS_ReturnStatement;
1973
Style.RemoveSemicolon = true;
1974
return Style;
0 commit comments