diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-07 15:32:49 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-07 15:32:49 +0100 |
commit | 156906dca0b84d3fd3c889e1bcda12308b8fe793 (patch) | |
tree | 25cc254c7517f7163ec7fd4a6d975d9bad0fe973 /.clang-tidy | |
parent | be58cc9342a775c21ec2ee28923414a5c612fe6e (diff) |
update clang-tidy configuration
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index 3408f75..4d8170b 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -20,6 +20,8 @@ CheckOptions: value: '_.*' - key: 'readability-identifier-naming.ConstantParameterCase' value: 'lower_case' + - key: 'readability-identifier-naming.ConstantMemberCase' + value: 'lower_case' - key: 'readability-identifier-naming.VariableCase' value: 'lower_case' - key: 'readability-identifier-naming.VariableIgnoredRegexp' |