You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for your great work! This has been quite useful to me. I'm incorporating as part of a git hook and ideally would like the hook to be as fast as possible.
I haven't taken a close look at the code yet but I don't think there's an option for running the formating in parallel for every file provided.
I think something like --parallel {n} where n is the number of parallel files to do at a time, where if either a special character is provided or no value is provided at all, the maximum/all the files are processed in parallel.
What are your thoughts on this? And may I ask if you're happy for merging a PR?