mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 19:06:31 +00:00
refactor(uncrustify): change config to better align with style guide (#18803)
refactor(uncrustify): change config to better align with neovim style
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
// for debugging
|
||||
// #define CHECK(c, s) do { if (c) emsg(s); } while (0)
|
||||
#define CHECK(c, s) do { } while (0)
|
||||
#define CHECK(c, s) do {} while (0)
|
||||
|
||||
/*
|
||||
* memline.c: Contains the functions for appending, deleting and changing the
|
||||
|
Reference in New Issue
Block a user