aboutsummaryrefslogtreecommitdiff
path: root/.clangd
diff options
context:
space:
mode:
Diffstat (limited to '.clangd')
-rw-r--r--.clangd9
1 files changed, 6 insertions, 3 deletions
diff --git a/.clangd b/.clangd
index 55f84ae..35158b6 100644
--- a/.clangd
+++ b/.clangd
@@ -1,8 +1,11 @@
-Diagnostics:
- UnusedIncludes: Strict
- MissingIncludes: Strict
CompileFlags:
Remove:
- -fcondition-coverage
+Diagnostics:
+ UnusedIncludes: Strict
+ MissingIncludes: Strict
Documentation:
CommentFormat: Doxygen
+Style:
+ AngledHeaders: ".*"
+ QuotedHeaders: "$^" \ No newline at end of file