ziglang / zig-mode

Zig mode for Emacs
GNU General Public License v3.0
163 stars 54 forks source link

Ensure that the path for zig fmt uses backslashes on Windows #35

Closed jdpage closed 5 months ago

jdpage commented 3 years ago

zig fmt 0.6.0 doesn't seem to like getting forward slashes on my (Windows) machine. Ideally it'd accept them either way, but for now Emacs needs to give it the path it wants in order to work.

AndreaOrru commented 3 years ago

If you can fix the conflicts I'll merge!

purcell commented 5 months ago

I think this PR is obsolete and can be closed because the code modified here was replaced with usage of the reformatter library.

joachimschmidt557 commented 5 months ago

@purcell Yes, that's correct. Thanks.