Revert "[clangd] Fix the build broken (NFC)"
This reverts commit4c91b49babafter70cfece24d.
This commit is contained in:
@@ -281,7 +281,7 @@ formatIncremental(llvm::StringRef OriginalCode, unsigned OriginalCursor,
|
||||
// Never *remove* lines in response to pressing enter! This annoys users.
|
||||
if (InsertedText == "\n") {
|
||||
Style.MaxEmptyLinesToKeep = 1000;
|
||||
Style.KeepEmptyLines.AtStartOfBlock = true;
|
||||
Style.KeepEmptyLinesAtTheStartOfBlocks = true;
|
||||
}
|
||||
|
||||
// Compute the code we want to format:
|
||||
|
||||
Reference in New Issue
Block a user