Skip to content

Commit

Permalink
FORMAT: Allow _ in header name.
Browse files Browse the repository at this point in the history
  • Loading branch information
3541 committed Apr 17, 2022
1 parent 2e39182 commit 0cceaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ IncludeCategories:
Priority: 4
- Regex: '^<[[:alnum:]./]+>$'
Priority: 2
- Regex: '"shim/[[:alnum:]./]+"$'
- Regex: '"shim/[[:alnum:]./_]+"$'
Priority: 2
- Regex: '^".*"$'
Priority: 5

0 comments on commit 0cceaab

Please sign in to comment.