aboutsummaryrefslogtreecommitdiff
path: root/.clangd
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.clangd3
1 files changed, 3 insertions, 0 deletions
diff --git a/.clangd b/.clangd
index 2ac690e..f162070 100644
--- a/.clangd
+++ b/.clangd
@@ -1,2 +1,5 @@
CompileFlags:
Compiler: avr-gcc
+Diagnostics:
+ Suppress: unknown-attributes
+ Add: bugprone-*, readability-*