http-parser.c

Small C library to parse HTTP requests
Log | Files | Refs | README | LICENSE

commit 09967fcb2f0d7f82f6a4d388746f178dff84fb3b
parent 930e6ec732cf6a615fa79a75e1a1b2dcdd35dc84
Author: finwo <finwo@pm.me>
Date:   Mon, 31 Aug 2020 15:04:36 +0200

Added editorconfig; funding.yml is tracked now

Diffstat:
A.editorconfig | 15+++++++++++++++
M.github/FUNDING.yml | 1+
2 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,15 @@ +# 2d0e4a3f-ac19-430c-bf1b-46c68651ce21 +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_size = 2 +indent_style = space + +[*.{php,html}] +indent_size = 4 + +[Makefile*] +indent_style = tab diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml @@ -1,3 +1,4 @@ +# f4d2ed80-57b6-46e6-b245-5049428a931d # These are supported funding model platforms # src: https://github.com/finwo/funding/blob/master/.github/FUNDING.yml