[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / utils / split-file / .clang-tidy
blobacd9361b526d6642a50fd57262e71c8f6d458a93
1 InheritParentConfig: true
2 CheckOptions:
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