From 7cf64546a6a09667e8304419792b8220b1db5b33 Mon Sep 17 00:00:00 2001 From: Michael Seydl Date: Wed, 8 Jan 2025 16:26:57 -0800 Subject: [PATCH] Retain comments and indentations --- cpp1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp1.c b/cpp1.c index d076441..291adad 100644 --- a/cpp1.c +++ b/cpp1.c @@ -114,13 +114,13 @@ int fppPreProcess(struct fppTag *tags) global->warnnoinclude = FPP_TRUE; global->showversion = FPP_TRUE; global->showincluded = FPP_FALSE; - global->showspace = FPP_FALSE; + global->showspace = FPP_TRUE; global->nestcomments = FPP_FALSE; global->warnnestcomments = FPP_FALSE; global->outputfile = FPP_TRUE; global->included = 0; - global->comment = FPP_FALSE; + global->comment = FPP_TRUE; global->rightconcat = FPP_FALSE; global->work[0] = '\0'; global->initialfunc = NULL;