mindex.c

In-memory ordered store and fetch library
git clone git://git.finwo.net/lib/mindex.c
Log | Files | Refs | README | LICENSE

commit 66b22b26811049048dad5f95c2c996056432e4f1
parent db5a493dacf3c39f9096a2d833fa8d428fa5325e
Author: finwo <finwo@pm.me>
Date:   Sun,  3 Mar 2024 00:17:09 +0100

Update gfs-managed files

Diffstat:
M.editorconfig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.editorconfig b/.editorconfig @@ -7,6 +7,7 @@ insert_final_newline = true charset = utf-8 indent_size = 2 indent_style = space +trim_trailing_whitespace = true [Makefile*] indent_style = tab