ziglang / zig-mode

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

Hide the *zig-fmt* window when formatting succeeds again #31

Closed joachimschmidt557 closed 3 years ago

joachimschmidt557 commented 4 years ago

This prevents the slightly annoying event that the buffer inadvertently gets split after zig fmt succeeds.

(Also fixes the indentation in zig-format-buffer)

AndreaOrru commented 3 years ago

Thank you!