Skip to content

Commit 4756e1c

Browse files
Add clang-format rule for Filecoin System Test Matrix (#501)
Signed-off-by: Alexey-N-Chernyshov <[email protected]>
1 parent 22f99ed commit 4756e1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.clang-format

+5
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ BinPackArguments: false
88
BinPackParameters: false
99
AllowShortFunctionsOnASingleLine: Empty
1010
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

Comments
 (0)