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
fileNamesPattern is a regex, so something like (path-to-first-file|path-to-second-file....) should do, if you can build up that regex in your pre-commit hook.
Is there any way to apply formatting to git staged files only? e.g. invoked with a pre-commit hook
The text was updated successfully, but these errors were encountered: