mirror of
https://github.com/neovim/neovim.git
synced 2026-02-03 10:34:30 +00:00
Also adds one exception to linter rules:
typedef struct {
kvec_t(Object) stack;
} EncodedData;
is completely valid (from the style guide point of view) code.