clang-tidy: format with config-clang-tidy
Reformat the .clang-tidy file for consistency using the
config-clang-tidy tool from openbmc-build-scripts.
Change-Id: I16bc7530d60020a9168336b8428b0199ad2771a2
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/.clang-tidy b/.clang-tidy
index 75d64dc..7d68b81 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,12 +1,9 @@
-Checks: '
--*,
-modernize-use-nullptr,
-'
-
-# Treat all warnings as errors
-WarningsAsErrors: '*'
-
-# Apply checks to all files
-HeaderFilterRegex: '(?!^subprojects).*'
+Checks: '-*,
+ modernize-use-nullptr
+ '
CheckOptions: []
+
+HeaderFilterRegex: (?!^subprojects).*
+
+WarningsAsErrors: '*'