mirror of
https://github.com/wez/wezterm.git
synced 2024-11-25 10:22:43 +03:00
1f33b35932
This enables `make fmt` which is how I usually run fmt in other repos and works better with my ctrl-R and muscle memory.
6 lines
39 B
Makefile
6 lines
39 B
Makefile
.PHONY: fmt
|
|
|
|
fmt:
|
|
cargo +nightly fmt
|
|
|