url-parser.c

Git mirror of http://draft.scyphus.co.jp/lang/c/url_parser.html
git clone git://git.finwo.net/lib/url-parser.c
Log | Files | Refs

commit 1f5033a2f83a21b4a90f310acf0e442995656145
parent cb5a0c28f49284c7d7aaa9cb950c162a4030e0ef
Author: finwo <finwo@pm.me>
Date:   Mon,  7 Aug 2023 22:13:14 +0200

Added editorconfig

Diffstat:
A.editorconfig | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,12 @@ +# 2d0e4a3f-ac19-430c-bf1b-46c68651ce21 +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_size = 2 +indent_style = space + +[Makefile*] +indent_style = tab