mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +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:
@@ -95,8 +95,7 @@ struct block_def {
|
||||
// The names of operators.
|
||||
// IMPORTANT: Index must correspond with defines in vim.h!!!
|
||||
// The third field indicates whether the operator always works on lines.
|
||||
static char opchars[][3] =
|
||||
{
|
||||
static char opchars[][3] = {
|
||||
{ NUL, NUL, 0 }, // OP_NOP
|
||||
{ 'd', NUL, OPF_CHANGE }, // OP_DELETE
|
||||
{ 'y', NUL, 0 }, // OP_YANK
|
||||
|
Reference in New Issue
Block a user