Skip to content

Commit d248c3f

Browse files
committed
changed to: IndentPPDirectives: None and formatted with clang-format
1 parent 765f883 commit d248c3f

19 files changed

+4777
-4781
lines changed

β€Ž.clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ IndentCaseBlocks: false
132132
IndentCaseLabels: false
133133
IndentExternBlock: AfterExternBlock
134134
IndentGotoLabels: true
135-
IndentPPDirectives: BeforeHash
135+
IndentPPDirectives: None # BeforeHash
136136
IndentRequiresClause: true
137137
IndentWidth: 4
138138
IndentWrappedFunctionNames: false

β€Ž.clang-format-ignore

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
src/SEGGER_RTT.c
22
src/SEGGER_RTT.h
3-
src/trice8.h
4-
src/trice8.c
5-
src/trice16.h
6-
src/trice16.c
7-
src/trice32.h
8-
src/trice32.c
9-
src/trice64.h
10-
src/trice64.c
3+
# src/trice8.h
4+
# src/trice8.c
5+
# src/trice16.h
6+
# src/trice16.c
7+
# src/trice32.h
8+
# src/trice32.c
9+
# src/trice64.h
10+
# src/trice64.c

β€Žsrc/trice.c

+614-617
Large diffs are not rendered by default.

β€Žsrc/trice.h

+115-115
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)