Add git hooks

Signed-off-by: CHatingPython <chatingpython@gmail.com>
This commit is contained in:
CHatingPython
2026-05-26 13:14:37 +02:00
committed by CHatingPython
parent 7017d83204
commit 4a58e97812
9 changed files with 70 additions and 43 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
CompileFlags:
Add: [-std=c11, -Wall, -Werror, -Wpedantic]
Add: [-std=c++17, -Wall, -Werror, -Wpedantic]
InlayHints:
BlockEnd: true
@@ -16,7 +16,7 @@ Hover:
ShowAKA: true
If:
PathMatch: (./.*\.c|./.*\.h)
PathMatch: (./.*\.cpp|./.*\.hpp)
Diagnostics:
UnusedIncludes: Strict
MissingIncludes: Strict