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 34dd1d2 commit 10247c3Copy full SHA for 10247c3
flang-rt/.clang-format
@@ -16,7 +16,7 @@ IncludeCategories:
16
Priority: 4
17
- Regex: '^"flang-rt/' # Public Flang-RT headers
18
Priority: 3
19
- - Regex: '^[^/]*$' # Private header from same library
+ - Regex: '^[^/]*$' # Private headers from same library
20
Priority: 1
21
- Regex: '.*' # Private headers from sibling libraries
22
Priority: 2
0 commit comments