mindex.c

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

commit 752064f4af8f62267f46cf6cff5c27712714af0a
parent 91b53108a5c3ffb702cfd6230e8b4bd6914205e7
Author: Yersa Nordman <yersa@finwo.nl>
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