1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Update formatter.conf for newer libastyle
Author: Matthias Geiger <werdahias@debian.org>
Forwarded: not-needed
Last-Update: 2025-10-27
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/build/shared/lib/formatter.conf
+++ b/build/shared/lib/formatter.conf
@@ -11,7 +11,8 @@
indent=spaces=2
# also indent macros
-indent-preprocessor
+indent-preproc-define
+indent-preproc-cond
# indent classes, switches (and cases), comments starting at column 1
indent-classes
|