aboutsummaryrefslogtreecommitdiff
path: root/.clangd
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-06-15 10:03:43 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-06-15 10:03:43 +0200
commit93521bf359b4ce70923ed2a47fdd13ef93129f74 (patch)
tree822bb902162e54f21580dbf3c6ac35bf9880adc4 /.clangd
parent4ea5ce8908ab49b3ed49aae8fbe1359fcf828fb0 (diff)
downloadkernel-93521bf359b4ce70923ed2a47fdd13ef93129f74.tar.xz
kernel-93521bf359b4ce70923ed2a47fdd13ef93129f74.zip
ide: fix include styleHEADdevelop
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