mirror of
https://github.com/DefectingCat/candy
synced 2025-07-15 16:51:34 +00:00
chore: update editorconfig
change markdown indent size to 2
This commit is contained in:
@ -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]
|
||||||
|
4
TODO.md
4
TODO.md
@ -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
|
||||||
|
Reference in New Issue
Block a user