diff options
| author | Alex Richardson <arichardson@FreeBSD.org> | 2020-10-28 11:53:55 +0000 |
|---|---|---|
| committer | Alex Richardson <arichardson@FreeBSD.org> | 2020-10-28 11:53:55 +0000 |
| commit | 453d775b3404cc3dcf53d8584ee1f813d54f40be (patch) | |
| tree | 86a5d482585dee47f127f76fb8f6fee154135ead /.clang-format | |
| parent | 6453a246f44a9b6fdbeb308194c7b27d0ae45bad (diff) | |
Notes
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 78e005ff7d390..867e738f005f3 100644 --- a/.clang-format +++ b/.clang-format @@ -102,9 +102,12 @@ IncludeCategories: - Regex: '^<sys/param\.h>' Priority: 2 SortPriority: 22 - - Regex: '^<sys.*/' + - Regex: '^<sys/systm\.h>' Priority: 2 SortPriority: 23 + - Regex: '^<sys.*/' + Priority: 2 + SortPriority: 24 - Regex: '^<vm/vm\.h>' Priority: 3 SortPriority: 30 |
