bolt/deps/llvm-18.1.8/flang/lib/FrontendTool/.clang-tidy
2025-02-14 19:21:04 +01:00

9 lines
440 B
YAML

Checks: '-readability-braces-around-statements,readability-identifier-naming,llvm-include-order,clang-diagnostic-*'
InheritParentConfig: true
CheckOptions:
- key: readability-identifier-naming.MemberCase
value: camelBack
- key: readability-identifier-naming.ParameterCase
value: camelBack
- key: readability-identifier-naming.VariableCase
value: camelBack