diff options
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.clang-format b/.clang-format index 48fb8b3..3bbbb4a 100644 --- a/.clang-format +++ b/.clang-format @@ -55,12 +55,14 @@ DerivePointerAlignment: "false" FixNamespaceComments: "true" IncludeBlocks: Regroup IncludeCategories: - # Project Headers - - Regex: 'ttwhy/[[:alnum:]._\/]+\.hpp' - Priority: 100 # Standard Headers - - Regex: '<[[:alnum:]._]+>' + - Regex: '(asio|asio/.*)\.hpp' + Priority: 500 + # Standard Headers + - Regex: '[[:alnum:]._]+.h' Priority: 900 + - Regex: '[[:alnum:]._]+' + Priority: 910 # Fallback - Regex: '.*' Priority: 800 |
