Skip to content

Commit

Permalink
Fix clang-format paths to libdnf5
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik authored and m-blaha committed Jun 21, 2023
1 parent f3d65d5 commit 31cf026
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ IncludeCategories:
# system libraries
- Regex: '<.+>'
Priority: 4
# project includes - libdnf absolute paths
- Regex: '"libdnf/.+"'
# project includes - libdnf5 absolute paths
- Regex: '"libdnf5/.+"'
Priority: 3
# project includes - libdnf-cli absolute paths
- Regex: '"libdnf-cli/.+"'
# project includes - libdnf5-cli absolute paths
- Regex: '"libdnf5-cli/.+"'
Priority: 2
# project includes
- Regex: '".+"'
Expand Down

0 comments on commit 31cf026

Please sign in to comment.