We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4867a commit 985e3dbCopy full SHA for 985e3db
.clang-tidy
@@ -0,0 +1,6 @@
1
+---
2
+Checks: '*,-fuchsia-*,-google-*,-zircon-*,-abseil-*,-modernize-use-trailing-return-type,-llvm-*,-llvmlibc-*'
3
+CheckOptions: [{ key: misc-non-private-member-variables-in-classes, value: IgnoreClassesWithAllMemberVariablesBeingPublic }]
4
+WarningsAsErrors: ''
5
+HeaderFilterRegex: ''
6
+FormatStyle: none
0 commit comments