-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
I'm looking for a tool like D's dfmt --inplace
or gofmt
to format code.
I found nimpretty but couldn't find much information on it;
it's not installed via brew install nim
(which installs nim and nimble and nimgrep) which makes me think it's not ready yet.
just found these links:
- video https://www.youtube.com/watch?v=UV38gQfcb9c
- https://forum.nim-lang.org/t/1255 (which mentioned smthg about presumably an older tool:
There was the nim pretty command, but it had enough problems that it was deprecated/removed
) - commit msg says:
some progress on the nimpretty tool; still not ready
so is that feature planned, what works/doesn't?
also, shouldn't dedicated github issue project be used for project specific things such as nimpretty? (eg there's no existing label nimpretty
)
Doaxan and mwgkgk