mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
build(lint): remove clint.py rules for braces #20880
Uncrustify is the source of truth where possible. Remove any redundant checks from clint.py. See also https://github.com/neovim/neovim/pull/18563
This commit is contained in:
@@ -52,7 +52,6 @@ static garray_T user_digraphs = { 0, 0, (int)sizeof(digr_T), 10, NULL };
|
||||
/// Note: Characters marked with XX are not included literally, because some
|
||||
/// compilers cannot handle them (Amiga SAS/C is the most picky one).
|
||||
static digr_T digraphdefault[] =
|
||||
|
||||
// digraphs for Unicode from RFC1345
|
||||
// (also work for ISO-8859-1 aka latin1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user