Edit

kc3-lang/libxkbcommon/.clangd

Branch :

  • Show log

    Commit

  • Author : Ran Benita
    Date : 2025-02-08 00:03:24
    Hash : 945c5e3b
    Message : Add clangd configuration file It mostly works by default, as long as the meson build directory is called "build". Just needs a couple of project-specific tweaks. Signed-off-by: Ran Benita <ran@unusedvar.com>

  • .clangd
  • CompileFlags:
      # Treat files as C, not C++.
      Add: [-xc]
    Diagnostics:
      Includes:
        # config.h should be included at the top of files, even if not needed.
        # Don't consider it unused.
        IgnoreHeader: config\.h