meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: I147ee758f6fca48cdd18889f7f018c76dcca39b3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
new file mode 100644
index 0000000..cf07e8c
--- /dev/null
+++ b/meson.options
@@ -0,0 +1,16 @@
+option(
+ 'first-boot-set-mac',
+ type: 'feature',
+ description: 'Set MAC address on first boot.',
+)
+option(
+ 'first-boot-set-hostname',
+ type: 'feature',
+ description: 'Set hostname on first boot.',
+)
+option(
+ 'http-redirect',
+ type: 'feature',
+ description: 'Redirect http traffic to https.',
+)
+option('usb-ctrl', type: 'feature', description: 'Control USB gadget devices')