summaryrefslogtreecommitdiff
path: root/.clang-tidy
blob: 7f632b63cdc3645172e8bdcd1f36feb9ac11319b (plain)
1
2
3
4
5
6
7
8
FormatStyle: Google
Checks: '*,-abseil-*,-altera-*,-android-*,-boost-*,-cert-*,-darwin-*,-fuchsia-*,-linuxkernel-*,-llvm-*,-llvmlibc-*,-mpi-*,-objc-*,-zircon-*'
CheckOptions: [
  {
    key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic,
    value: '1'
  }
]