From 23b4b00d733fd462f388d7c5264c572c89affd5c Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 11 Oct 2023 16:24:04 +0200 Subject: x86_64: vga: add documentation for text mode API --- 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 89505b6..d4da962 100644 --- a/source/.clang-format +++ b/source/.clang-format @@ -5,7 +5,7 @@ AlignConsecutiveAssignments: 'false' AlignConsecutiveDeclarations: 'false' AlignEscapedNewlines: Left AlignOperands: 'true' -AlignTrailingComments: 'false' +AlignTrailingComments: 'true' AllowAllParametersOfDeclarationOnNextLine: 'true' AllowShortBlocksOnASingleLine: 'false' AllowShortCaseLabelsOnASingleLine: 'false' -- cgit v1.2.3