Apply LambdaBodyIndentation to dbus-sensors
Per the transform being done in bmcweb, do the same for dbus-sensors.
Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: If21489607759f3cdf20fad17eede50fb4e228e5e
diff --git a/.clang-format b/.clang-format
index ef6f54e..3a6c983 100644
--- a/.clang-format
+++ b/.clang-format
@@ -50,6 +50,7 @@
ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
DerivePointerAlignment: false
+LambdaBodyIndentation: OuterScope
PointerAlignment: Left
DisableFormat: false
ExperimentalAutoDetectBinPacking: false