mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 23:06:14 +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:
@@ -80,8 +80,7 @@
|
||||
// one for other searches. last_idx points to the one that was used the last
|
||||
// time.
|
||||
|
||||
static struct spat spats[2] =
|
||||
{
|
||||
static struct spat spats[2] = {
|
||||
// Last used search pattern
|
||||
[0] = { NULL, true, false, 0, { '/', false, false, 0L }, NULL },
|
||||
// Last used substitute pattern
|
||||
|
Reference in New Issue
Block a user