karlseguin / http.zig

An HTTP/1.1 server for zig
MIT License
454 stars 31 forks source link

upgrade to zig master #6

Closed binarycraft007 closed 1 year ago

binarycraft007 commented 1 year ago

this MR uses zig fmt to upgrade all syntax to zig master after this breaking change: 16163, seems formated lots of tab to 4 spaces.

karlseguin commented 1 year ago

Thanks, I merged the changes manually, since I rather keep the tabs.

I'm getting old and tabs are objectively more accessible. They allow developers to have large font without having large indentation (since the tab width can be adjusted independently of the font size, whereas the space is tied to the font size).