marlersoft / zigwin32gen

Generates Complete Zig bindings for Win32. See https://github.com/marlersoft/zigwin32 for the bindings themselves.
108 stars 17 forks source link

zig fmt #25

Closed marler8997 closed 1 year ago

marler8997 commented 1 year ago

There's been a few contributions to zigwin32 that format the code. Here I'm formatting the code with the current version of zig that we build with (0.11.0-dev.2619+bd3e248c7, see README.md). After this change we can upgrade zig and even utilize zig fmt to help with the upgrade.

After this change, all the generated files for zigwin32 remain identical except for the 2 files we copy into it, windowlongptr.zig and zig.zig which are now formatted.