allow to force installing a clangd and qtcreator files

Add a forceclangd target to Makefile to force installing a .clangd file.
Add a forceqtcreator target to force installing qtcreator files.
Existing files will be overwritten.

while here:
- update the c++ standard to c++23
This commit is contained in:
2026-08-17 23:50:00 +02:00
parent 1b32e4fc87
commit eaf92df9a7
6 changed files with 44 additions and 17 deletions
+1 -1
View File
@@ -1 +1 @@
-std=c20
-std=c23