---
Checks: 'clang-diagnostic-*,clang-analyzer-*,bugprone*'
WarningsAsErrors: ''
HeaderFileExtensions:
  - ''
  - h
  - hh
  - hpp
  - hxx
ImplementationFileExtensions:
  - c
  - cc
  - cpp
  - cxx
HeaderFilterRegex: ''
FormatStyle:     none
CheckOptions:
  cert-dcl16-c.NewSuffixes: 'L;LL;LU;LLU'
SystemHeaders:   false
...

