mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 22:06:07 +00:00
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
This commit is contained in:
@@ -31,10 +31,8 @@ EXTERN const char *const hl_mode_str[] INIT(= { "", "replace", "combine", "blend
|
||||
typedef kvec_t(VirtTextChunk) VirtText;
|
||||
#define VIRTTEXT_EMPTY ((VirtText)KV_INITIAL_VALUE)
|
||||
|
||||
|
||||
typedef kvec_t(struct virt_line { VirtText line; bool left_col; }) VirtLines;
|
||||
|
||||
|
||||
struct Decoration {
|
||||
VirtText virt_text;
|
||||
VirtLines virt_lines;
|
||||
|
Reference in New Issue
Block a user