We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657fea3 commit 8d652d0Copy full SHA for 8d652d0
1 file changed
core/.clang-format
@@ -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
11
12
+ AcrossComments: false
13
+AlignConsecutiveDeclarations:
14
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