Update to the latest .clang-format

Change-Id: Idaaffec251b35a024482a67ef424c3424a92149c
Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
diff --git a/meson.options b/meson.options
index e0bf2d1..ddc1ab1 100644
--- a/meson.options
+++ b/meson.options
@@ -1,4 +1,16 @@
 option('tests', type: 'feature', description: 'Build tests')
-option('intel-pfr', type: 'feature', description: 'Intel Platform Firmware Resilience enabled')
-option('bmc-validation-unsecure-feature', type: 'feature', description: 'Enables unsecure features required by validation. Note: must be turned off for production images.')
-option('using-entity-manager-decorators', type: 'feature', description: 'Enable using EM decorators to map FRUs to entity IDs')
+option(
+    'intel-pfr',
+    type: 'feature',
+    description: 'Intel Platform Firmware Resilience enabled',
+)
+option(
+    'bmc-validation-unsecure-feature',
+    type: 'feature',
+    description: 'Enables unsecure features required by validation. Note: must be turned off for production images.',
+)
+option(
+    'using-entity-manager-decorators',
+    type: 'feature',
+    description: 'Enable using EM decorators to map FRUs to entity IDs',
+)