Skip to content

Commit 8d652d0

Browse files
committed
format: Core specific
1 parent 657fea3 commit 8d652d0

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

core/.clang-format

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
BasedOnStyle: InheritParentConfig
2+
3+
AlignConsecutiveAssignments:
4+
Enabled: true
5+
AcrossEmptyLines: false
6+
AcrossComments: true
7+
AlignCompound: true
8+
PadOperators: true
9+
AlignConsecutiveBitFields:
10+
Enabled: true
11+
AcrossEmptyLines: false
12+
AcrossComments: false
13+
AlignConsecutiveDeclarations:
14+
Enabled: true
15+
# Part of clang-format 20.1.0
16+
AlignFunctionDeclarations: true
17+
18+
# Part of clang-format 22
19+
# IndentPPDirectives: Leave
20+
IndentPPDirectives: None

0 commit comments

Comments
 (0)