aboutsummaryrefslogtreecommitdiff
path: root/.clangd
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-04-11 19:27:43 +0530
committerAkshay Nair <phenax5@gmail.com>2026-04-11 19:27:43 +0530
commit829d9e438f4eedf9dfb15aec59510ecc14be583c (patch)
treefce8a6e3101a56a5786db2f2adeb6d01bbed051b /.clangd
downloadtemperature-sensor-attiny84a-829d9e438f4eedf9dfb15aec59510ecc14be583c.tar.gz
temperature-sensor-attiny84a-829d9e438f4eedf9dfb15aec59510ecc14be583c.zip
Init commit with boilerplate shit
Diffstat (limited to '.clangd')
-rw-r--r--.clangd5
1 files changed, 5 insertions, 0 deletions
diff --git a/.clangd b/.clangd
new file mode 100644
index 0000000..f162070
--- /dev/null
+++ b/.clangd
@@ -0,0 +1,5 @@
+CompileFlags:
+ Compiler: avr-gcc
+Diagnostics:
+ Suppress: unknown-attributes
+ Add: bugprone-*, readability-*