stagit

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

.clangd (201B)



CompileFlags:
  Add: [
    -Wall,
    -Wextra,
    -Wpedantic,
    -Wshadow,
    -Wpointer-arith,
    -Wcast-qual,
    -Wcast-align,
    -xc,
	-I/opt/homebrew/include,
	-L/opt/homebrew/lib, 
	-lgit2
]