diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2023-10-11 16:24:04 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2023-10-11 16:24:04 +0200 |
| commit | 23b4b00d733fd462f388d7c5264c572c89affd5c (patch) | |
| tree | 9be4714a6a1097930e4923fb659f47d77e84590f /source/.clang-format | |
| parent | 6e1d10528b1c04c34c57995c85b45448715767f2 (diff) | |
| download | teachos-23b4b00d733fd462f388d7c5264c572c89affd5c.tar.xz teachos-23b4b00d733fd462f388d7c5264c572c89affd5c.zip | |
x86_64: vga: add documentation for text mode API
Diffstat (limited to 'source/.clang-format')
| -rw-r--r-- | source/.clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
