mirror of
https://github.com/neovim/neovim.git
synced 2026-01-13 15:57:13 +10: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.