http-server.c

Basic HTTP server and router in C
git clone git://git.finwo.net/lib/http-server.c
Log | Files | Refs | README

commit dfeeb7966d8b9e05100ad394e0d71f7b83aa14f1
parent 44bde065a529b33f57aeb2b900ccf0d022fb1aeb
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Sun,  3 Mar 2024 00:38:52 +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