Revision bcf0be9a3c3285061b8034a1998c4b6dd87ac0b3 authored by Lothar Serra Mari on 16 July 2022, 19:34:56 UTC, committed by Lothar Serra Mari on 16 July 2022, 19:34:56 UTC
1 parent a2a0dc8
Raw File
.clang-tidy
---
Checks:          'clang-diagnostic-*,clang-analyzer-*,performance-*,portability-*,bugprone-*'
CheckOptions:
  - key:   readability-identifier-naming.MethodCase
    value: camelBack
  - key:   readability-identifier-naming.ParameterCase
    value: camelBack
...
back to top