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: Ic8ca1b7af8174ad24d2f20262b62fcbc54e89618
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: '*'