Skip to content

Commit

Permalink
Update .clang-format
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Bocci <[email protected]>
  • Loading branch information
mehmetyusufoglu and fwyzard authored Jan 13, 2025
1 parent c3b5083 commit 182b40e
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 @@ -137,7 +137,7 @@ IncludeCategories:
# Local headers (in "") above all else
- Regex: '"([A-Za-z0-9./_\-])+"'
Priority: 1
# "alpaka/foo.hpp" after local headers (occur inside alpaka)
# "alpaka/foo.hpp" after local headers (occur inside alpaka)
- Regex: '"alpaka/([A-Za-z0-9./_\-])+"'
Priority: 2
# <alpaka/foo.hpp> after local headers (occur outside alpaka in examples and test)
Expand Down

0 comments on commit 182b40e

Please sign in to comment.