aboutsummaryrefslogtreecommitdiff
path: root/.clangd
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-09-24 20:37:08 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-09-24 20:37:08 -0400
commitb3ad05094b4e778d92a351a743cdf15e7bd990b2 (patch)
treef3b45d636746929e89777c53de51c950c2c1c6b4 /.clangd
parent559a1b012a45fd37faad444050e1de733bbf109f (diff)
Autoformatting with clang-format
Diffstat (limited to '.clangd')
-rw-r--r--.clangd3
1 files changed, 3 insertions, 0 deletions
diff --git a/.clangd b/.clangd
new file mode 100644
index 0000000..6cf2eba
--- /dev/null
+++ b/.clangd
@@ -0,0 +1,3 @@
+CompileFlags:
+ Add: [-xc]
+Checks: '-bugprone-suspicious-missing-comma'