From cb84f5ee530f0f32b92bed5b4ad41344e8b551aa Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Thu, 30 Jun 2022 14:27:52 +0200 Subject: refactor(uncrustify): change config to better align with style guide (#18803) refactor(uncrustify): change config to better align with neovim style --- src/nvim/eval/typval_encode.c.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nvim/eval/typval_encode.c.h') diff --git a/src/nvim/eval/typval_encode.c.h b/src/nvim/eval/typval_encode.c.h index 8c952473a1..73b36b8611 100644 --- a/src/nvim/eval/typval_encode.c.h +++ b/src/nvim/eval/typval_encode.c.h @@ -1,3 +1,5 @@ +// uncrustify:off + /// @file eval/typval_encode.c.h /// /// Contains set of macros used to convert (possibly recursive) typval_T into -- cgit