We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5103c3 commit a9abea1Copy full SHA for a9abea1
src/.clang-format
@@ -1,12 +1,12 @@
1
BasedOnStyle: "InheritParentConfig"
2
3
IncludeCategories:
4
- # NOTE: A header is grouped by first matching regex library headers. Update when adding new
+ # NOTE: A header is grouped by first matching regex library headers. Update when adding new
5
# libraries.
6
# NOTE: clang-format retains leading white-space on a line in violation of the YAML spec.
7
- Regex: "<(ystdlib)"
8
Priority: 3
9
- - Regex: "<(catch2)"
+ - Regex: "<(catch2|outcome)"
10
Priority: 4
11
# C system headers
12
- Regex: "^<.+\\.h>"
0 commit comments