xref: /freebsd/contrib/llvm-project/lld/.clang-tidy (revision 35c87c070a2d04f06c56578b0a4b2e9c13f62be5)
1InheritParentConfig: true
2CheckOptions:
3  - key:             readability-identifier-naming.MemberCase
4    value:           camelBack
5  - key:             readability-identifier-naming.ParameterCase
6    value:           camelBack
7  - key:             readability-identifier-naming.VariableCase
8    value:           camelBack
9