refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)

This commit is contained in:
dundargoc
2022-05-25 20:31:14 +02:00
committed by GitHub
parent 8c4e62351f
commit 9fec6dc9a2
145 changed files with 5 additions and 586 deletions

View File

@@ -3507,7 +3507,6 @@ int current_block(oparg_T *oap, long count, int include, int what, int other)
return OK;
}
/// @param end_tag when true, return true if the cursor is on "</aaa>".
///
/// @return true if the cursor is on a "<aaa>" tag. Ignore "<aaa/>".
@@ -3925,7 +3924,6 @@ extend:
return OK;
}
/// Search quote char from string line[col].
/// Quote character escaped by one of the characters in "escape" is not counted
/// as a quote.
@@ -4244,7 +4242,6 @@ abort_search:
return false;
}
/// Find next search match under cursor, cursor at end.
/// Used while an operator is pending, and in Visual mode.
///