Meta: Switch to clang-format-16 as the standard formatter

This includes a few new options to the .clang-format configuration file
to A) adhere to option changes within clang-format 16 (namely the option
AlignTrailingComments), and B) enforce existing style guide rules with
new clang-format rules.
This commit is contained in:
Timothy Flynn
2023-07-07 20:21:41 -04:00
committed by Linus Groh
parent 1e733b1cf4
commit 388d455575
Notes: sideshowbarker 2024-07-17 18:23:22 +09:00
12 changed files with 31 additions and 26 deletions

View File

@@ -7,11 +7,11 @@
"llvm_version": {
"type": "string",
"proposals": [
14,
15,
16,
"trunk"
],
"default": 15,
"default": 16,
"description": "Select LLVM compiler version to use"
},
"enable_ladybird": {