Bump to ccache 4.4
[platform/upstream/ccache.git] / .clang-format
index c5ffe56..67f0665 100644 (file)
@@ -26,12 +26,18 @@ IncludeBlocks: Regroup
 IncludeCategories:
   - Regex: '^"system.hpp"$'
     Priority: 1
-  - Regex: '^"third_party/'
-    Priority: 3
+  - Regex: '^["<]third_party/'
+    Priority: 4
+  # System headers:
+  - Regex: '\.h>$'
+    Priority: 5
+  # C++ headers:
+  - Regex: '^<[^.]+>$'
+    Priority: 6
   - Regex: '^"'
     Priority: 2
   - Regex: '.*'
-    Priority: 4
+    Priority: 3
 IndentPPDirectives: AfterHash
 KeepEmptyLinesAtTheStartOfBlocks: false
 PointerAlignment: Left