chore: update editorconfig

change markdown indent size to 2
This commit is contained in:
xfy
2025-05-18 03:42:55 +08:00
parent d5751f1e14
commit 17ef670de5
2 changed files with 48 additions and 46 deletions

View File

@ -8,7 +8,7 @@ charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
[*.{yml,yaml}] [*.{yml,yaml,md}]
indent_size = 2 indent_size = 2
[Makefile] [Makefile]

View File

@ -1,3 +1,5 @@
# TODO
## Configuration ## Configuration
- [ ] File MIME type - [ ] File MIME type
@ -40,7 +42,7 @@
- [x] Refactor HTTP 1 - [x] Refactor HTTP 1
- [x] Graceful shutdown - [x] Graceful shutdown
- [x] `keep-alive` timeout setting - [x] `keep-alive` timeout setting
- [x] HTTP Etag: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag#etag_value - [x] HTTP Etag: <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag#etag_value>
- [x] 304 Not Modified - [x] 304 Not Modified
- [ ] List directory - [ ] List directory
- [x] Content compress - [x] Content compress