From c38ab502a313979785873bb88bb63a2c600161b7 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Tue, 7 May 2024 10:52:13 -0700 Subject: [PATCH] uncrustify: do not indent with tabs --- uncrustify/.config/uncrustify.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uncrustify/.config/uncrustify.conf b/uncrustify/.config/uncrustify.conf index 30eb9be..7ffc5b8 100644 --- a/uncrustify/.config/uncrustify.conf +++ b/uncrustify/.config/uncrustify.conf @@ -1164,7 +1164,7 @@ indent_param = 0 # unsigned number # 2: Indent and align with tabs, using spaces when not on a tabstop # # Default: 1 -indent_with_tabs = 1 # unsigned number +indent_with_tabs = 0 # unsigned number # Whether to indent comments that are not at a brace level with tabs on a # tabstop. Requires indent_with_tabs=2. If false, will use spaces.