1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Add clangd configuration file

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2023-09-08 07:54:40 +00:00
parent 0c3b10d2e1
commit 109d788904
2 changed files with 4 additions and 0 deletions

3
.clangd Normal file
View file

@ -0,0 +1,3 @@
---
Diagnostics:
UnusedIncludes: Strict

1
.gitignore vendored
View file

@ -10,6 +10,7 @@
.settings/
.vscode/
.direnv/
.cache/
*.egg-info/