meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I57b515537c17c1d98424a8351edb4213de61cdc5
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
new file mode 100644
index 0000000..9be85db
--- /dev/null
+++ b/meson.options
@@ -0,0 +1,6 @@
+option(
+    'ecc-phosphor-logging',
+    type: 'feature',
+    value: 'disabled',
+    description: 'Create Event logs by using phosphor-logging.',
+)