We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f99ed commit 4756e1cCopy full SHA for 4756e1c
.clang-format
@@ -8,3 +8,8 @@ BinPackArguments: false
8
BinPackParameters: false
9
AllowShortFunctionsOnASingleLine: Empty
10
IncludeBlocks: Preserve
11
+
12
+# Comment pragma for Filecoin System Test Matrix (https://github.com/filecoin-project/system-test-matrix)
13
+# Comment format is '//stm:tags=...;ignore=...' with no whitespace. This is a go convention for comments that are not
14
+# meant to be read by humans and must not be changed by clang-format
15
+CommentPragmas: '^stm:.*'
0 commit comments