meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: I5d70e61343fa6773099ff1a195e21aeb44b7fa5a
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index 9cf15e4..35752e6 100644
--- a/meson.options
+++ b/meson.options
@@ -1,33 +1,39 @@
option('tests', type: 'feature', description: 'Build tests')
-option('authority-limit',
+option(
+ 'authority-limit',
type: 'integer',
value: 10,
description: 'Authority certificates limit',
)
-option('ca-cert-extension',
+option(
+ 'ca-cert-extension',
type: 'feature',
- description: 'Enable CA certificate manager (IBM specific)'
+ description: 'Enable CA certificate manager (IBM specific)',
)
-option('config-bmcweb',
+option(
+ 'config-bmcweb',
type: 'feature',
description: 'Install bmcweb cert configs',
)
-option('config-authority',
+option(
+ 'config-authority',
type: 'feature',
description: 'Install authority cert configs',
)
-option('authorities-list-name',
+option(
+ 'authorities-list-name',
type: 'string',
value: 'trust_bundle',
description: 'File name of the authorities list',
)
-option('allow-expired',
+option(
+ 'allow-expired',
type: 'feature',
value: 'enabled',
description: 'Allow expired certificates',