Skip to content

Commit a9abea1

Browse files
committed
Update clang-format to include outcome
1 parent e5103c3 commit a9abea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/.clang-format

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
BasedOnStyle: "InheritParentConfig"
22

33
IncludeCategories:
4-
# NOTE: A header is grouped by first matching regex library headers. Update when adding new
4+
# NOTE: A header is grouped by first matching regex library headers. Update when adding new
55
# libraries.
66
# NOTE: clang-format retains leading white-space on a line in violation of the YAML spec.
77
- Regex: "<(ystdlib)"
88
Priority: 3
9-
- Regex: "<(catch2)"
9+
- Regex: "<(catch2|outcome)"
1010
Priority: 4
1111
# C system headers
1212
- Regex: "^<.+\\.h>"

0 commit comments

Comments
 (0)