mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
This commit is contained in:
@@ -50,7 +50,6 @@
|
||||
rbuffer_space(buf); \
|
||||
wptr = rbuffer_write_ptr(buf, &wcnt))
|
||||
|
||||
|
||||
// Iteration
|
||||
#define RBUFFER_EACH(buf, c, i) \
|
||||
for (size_t i = 0; /* NOLINT(readability/braces) */ \
|
||||
|
Reference in New Issue
Block a user