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
I prefer my project to have > 80 char line length.
dart format --line-length 150 in combination with VS Code settings outlined here works, but I don't see how to pass the --line-length option down to the pre-commit hook.