mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 21:18:34 +00:00
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
This commit is contained in:
@@ -26,7 +26,6 @@ typedef kvec_t(ExtmarkInfo) ExtmarkInfoArray;
|
||||
// TODO(bfredl): good enough name for now.
|
||||
typedef ptrdiff_t bcount_t;
|
||||
|
||||
|
||||
// delete the columns between mincol and endcol
|
||||
typedef struct {
|
||||
int start_row;
|
||||
@@ -80,7 +79,6 @@ struct undo_object {
|
||||
} data;
|
||||
};
|
||||
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "extmark.h.generated.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user