Hacker News new | ask | show | jobs
by orra 511 days ago
Ahah! I worked on a project which used dotnet format in a commit hook. That was a frustrating experience, trying to rebase code.

(Unlike most formatters which are instant, dotnet format takes at least half a minute, because it performs a build just to format your code.)