File: fix-autoformatter.diff

package info (click to toggle)
arduino 2%3A1.8.19%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,972 kB
  • sloc: java: 26,464; python: 8,872; cpp: 3,573; xml: 1,237; sh: 551; perl: 90; ansic: 89; makefile: 50
file content (19 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
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