mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
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:
committed by
Linus Groh
parent
1e733b1cf4
commit
388d455575
Notes:
sideshowbarker
2024-07-17 18:23:22 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/388d455575 Pull-request: https://github.com/SerenityOS/serenity/pull/19876 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/BertalanD
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user