xref: /freebsd/contrib/llvm-project/lld/.clang-tidy (revision 2a0c0aea42092f89c2a5345991e6e3ce4cbef99a)
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