Steeve Morin

Results 32 issues of Steeve Morin

Hi Andreas, We have a few modifications in https://github.com/zml/rules_zig/commits/zml/ for convenience but it's time to upstream them imho. Probably the most controversial one is we renamed `zig_module` to `zig_library` to...

This is done by spawning a `buildifier` process. Buildifier can be configured in the initialization options: ```json { "buildifier": { "path": "...", "args": ["...", "...."] } } ``` Closes #267...