feat: add language specific project configs

This commit is contained in:
2025-09-06 01:34:46 +02:00
parent 4200a717d9
commit dba3dd424d
5 changed files with 89 additions and 1 deletions
+23
View File
@@ -0,0 +1,23 @@
---
Diagnostics:
UnusedIncludes: Strict
MissingIncludes: Strict
CompileFlags:
Add: [-xc]
Remove: [-fanalyzer]
Completion:
AllScopes: true
InlayHints:
Enabled: No
SemanticTokens:
DisabledKinds: []
DisabledModifiers: []
# Will possibly be supported in clangd 22
Documentation:
CommentFormat: Doxygen
...