Files
OpenFusion/.clangd
dongresource b2aa43b467 Add .clangd config for the clangd language server
PROTOCOL_VERSION is set to 1013 by default because that treats the
largest amount of code as active and subject to parsing and
verification.
2026-04-28 02:48:37 +02:00

3 lines
129 B
YAML

CompileFlags:
Add: [-Wall, -Wno-unknown-pragmas, -std=c++17, -DPROTOCOL_VERSION=1013, -DGIT_VERSION="", -I./src, -I./vendor]