mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
388d455575
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.
28 lines
811 B
JSON
28 lines
811 B
JSON
{
|
|
"name": "Serenity Development",
|
|
"id": "serenity",
|
|
"version": "1.0.0",
|
|
"description": "Enable development of Serenity and Lagom libraries and applications",
|
|
"options": {
|
|
"llvm_version": {
|
|
"type": "string",
|
|
"proposals": [
|
|
15,
|
|
16,
|
|
"trunk"
|
|
],
|
|
"default": 16,
|
|
"description": "Select LLVM compiler version to use"
|
|
},
|
|
"enable_ladybird": {
|
|
"type": "boolean",
|
|
"default": true,
|
|
"description": "Install Qt6 packages for Ladybird development"
|
|
},
|
|
"enable_serenity": {
|
|
"type": "boolean",
|
|
"default": true,
|
|
"description": "Install packages for SerenityOS development"
|
|
}
|
|
}
|
|
}
|