From ae6e6a6b51330ad2af61f59bc3f5b1105396eb1a Mon Sep 17 00:00:00 2001
From: Pat Hickey <pat@galois.com>
Date: Thu, 16 Aug 2012 17:47:04 -0700
Subject: [PATCH] fixes to preprocessor retab settings

---
 uncrustify_cpp.cfg     | 2 +-
 uncrustify_headers.cfg | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/uncrustify_cpp.cfg b/uncrustify_cpp.cfg
index 20ab47116..100ea1830 100644
--- a/uncrustify_cpp.cfg
+++ b/uncrustify_cpp.cfg
@@ -1366,7 +1366,7 @@ cmt_insert_before_preproc                = false    # false/true
 #
 
 # Control indent of preprocessors inside #if blocks at brace level 0
-pp_indent                                = ignore   # ignore/add/remove/force
+pp_indent                                = force # ignore/add/remove/force
 
 # Whether to indent #if/#else/#endif at the brace level (true) or from column 1 (false)
 pp_indent_at_level                       = false    # false/true
diff --git a/uncrustify_headers.cfg b/uncrustify_headers.cfg
index 396e757f8..285ac77c1 100644
--- a/uncrustify_headers.cfg
+++ b/uncrustify_headers.cfg
@@ -1366,7 +1366,7 @@ cmt_insert_before_preproc                = false    # false/true
 #
 
 # Control indent of preprocessors inside #if blocks at brace level 0
-pp_indent                                = ignore   # ignore/add/remove/force
+pp_indent                                = force # ignore/add/remove/force
 
 # Whether to indent #if/#else/#endif at the brace level (true) or from column 1 (false)
 pp_indent_at_level                       = false    # false/true
-- 
GitLab