diff options
-rw-r--r-- | third_party/nix/.clang-format | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/third_party/nix/.clang-format b/third_party/nix/.clang-format index faefcfa1c457..b8c36e122b04 100644 --- a/third_party/nix/.clang-format +++ b/third_party/nix/.clang-format @@ -2,5 +2,10 @@ BasedOnStyle: Google DerivePointerAlignment: false PointerAlignment: Left -IncludeBlocks: Merge -CommentPragmas: '(@copydoc)' +IncludeCategories: + - Regex: '^<.*\.h>' + Priority: 2 + - Regex: '^<.*' + Priority: 1 + - Regex: '.*' + Priority: 3 |