aboutsummaryrefslogtreecommitdiff
path: root/.clangd
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-12-15 16:41:09 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-12-15 16:41:09 +0100
commite865cae1ad93ab92b0c5e165e17b0552e5a2e6fa (patch)
treec28d40b3fcb0b0282d4afa952cc4a39ee1b52065 /.clangd
parent86d59104270a580de8d2a550fb4290960c98eee9 (diff)
downloadteachos-e865cae1ad93ab92b0c5e165e17b0552e5a2e6fa.tar.xz
teachos-e865cae1ad93ab92b0c5e165e17b0552e5a2e6fa.zip
ide: add clangd configuration
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..e3c98ed
--- /dev/null
+++ b/.clangd
@@ -0,0 +1,3 @@
+Diagnostics:
+ UnusedIncludes: Strict
+ MissingIncludes: Strict \ No newline at end of file