refactor(uncrustify): disable formatting in problematic code sections

This commit is contained in:
Dundar Goc
2022-04-18 12:54:25 +02:00
parent 8c548c9e54
commit 995c186368
5 changed files with 20 additions and 4 deletions

View File

@@ -4317,6 +4317,8 @@ skip:
lnum -= regmatch.startpos[0].lnum;
}
// uncrustify:off
#define PUSH_PREVIEW_LINES() \
do { \
if (preview) { \
@@ -4336,6 +4338,8 @@ skip:
} \
} while (0)
// uncrustify:on
// Push the match to preview_lines.
PUSH_PREVIEW_LINES();