From ff81b5438f280a59ca1825bfdf120d8f256bd154 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 7 Oct 2023 17:15:31 +0200 Subject: x86_64: implement very simple VGA text output --- source/.clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/.clang-format') diff --git a/source/.clang-format b/source/.clang-format index fbcf7e4..89505b6 100644 --- a/source/.clang-format +++ b/source/.clang-format @@ -41,7 +41,7 @@ FixNamespaceComments: 'true' IncludeBlocks: Regroup IncludeCategories: # Local Headers - - Regex: '"(.*/)+/.+\.hpp"' + - Regex: '"(.*/?)+/.+\.hpp"' Priority: 100 # STL Headers - Regex: '<[[:alnum:]._]+(?!\.(h|hpp))>' -- cgit v1.2.3