CompileFlags:
  CompilationDatabase: build/debug/ # Use this to change build type for LSP
Diagnostics:
  UnusedIncludes: Strict
  ClangTidy:
    Add:
      - 'bugprone-*'
      - 'readability-*'
      - 'clang-analyzer-core.*'
      - 'clang-analyzer-security.*'
