Skip to content

Commit b69ac31

Browse files
authored
[clang-format] Use RemoveEmptyLinesInUnwrappedLines in clang-format s… (#113260)
…tyle
1 parent 645e6f1 commit b69ac31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Format/Format.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,6 +1968,7 @@ FormatStyle getClangFormatStyle() {
19681968
Style.IntegerLiteralSeparator.DecimalMinDigits = 5;
19691969
Style.LineEnding = FormatStyle::LE_LF;
19701970
Style.RemoveBracesLLVM = true;
1971+
Style.RemoveEmptyLinesInUnwrappedLines = true;
19711972
Style.RemoveParentheses = FormatStyle::RPS_ReturnStatement;
19721973
Style.RemoveSemicolon = true;
19731974
return Style;

0 commit comments

Comments
 (0)