Skip to content(if available)orjump to list(if available)

Finally, a Makefile formatter (50 years overdue)

Crier1002

ive always wanted this. im going to give it a go!

does this happen to support IDE like vscode?

foma-roje

It really doesn’t have to be complicated for it to be useful. Plenty thanks for sharing this.

jtwaleson

Nice, would be good to package this as a https://pre-commit.com/ hook.

x3n0ph3n3

I don't understand why people like make so much. Interacting with CLI tools using only env vars as arguments is cartoonishly bad dev experience.

zabzonk

You can pass arguments via the command line (it is, after all, a CLI tool): https://stackoverflow.com/questions/2826029/passing-addition...

null

[deleted]