feat: add cpp language settings

This commit is contained in:
2026-02-26 02:22:30 +01:00
parent 918a7ea383
commit 9c8e58bc7c
3 changed files with 55 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
---
Diagnostics:
UnusedIncludes: Strict
MissingIncludes: Strict
Completion:
AllScopes: true
InlayHints:
Enabled: No
# Will possibly be supported in clangd 22
Documentation:
CommentFormat: Doxygen
...