# clangd configuration for fastwc.
# The style guide is the law; clangd is the enforcement.

CompileFlags:
  Compiler: clang
  Add:
    - -Wall
    - -Wextra

Diagnostics:
  ClangTidy: true
