stagit

Stagit fork with syntax colouring
Log | Files | Refs | README | LICENSE

commit f408675b51b80d00e3ae55540ffeaa9299032771
parent e2914e02b1546331862cabce5884ba7a084f8b42
Author: citbl <citbl@citbl.org>
Date:   Thu, 25 Jun 2026 16:50:03 +1000

add clangd for the sake of warnings

Diffstat:
A.clangd | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/.clangd b/.clangd @@ -0,0 +1,14 @@ +CompileFlags: + Add: [ + -Wall, + -Wextra, + -Wpedantic, + -Wshadow, + -Wpointer-arith, + -Wcast-qual, + -Wcast-align, + -xc, + -I/opt/homebrew/include, + -L/opt/homebrew/lib, + -lgit2 +]