Revision 4fa1e165faff5db84ba2a88d24f9f56ecfc21715 authored by Filippos Karapetis on 09 July 2022, 19:35:01 UTC, committed by Filippos Karapetis on 09 July 2022, 19:54:08 UTC
1 parent c5b7abd
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