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
It seems the standard max line length for git commits is 72 characters. gitCommitMode is currently using the standard modePrettify which wraps at column 80. Does it make sense to change this in yi?
The text was updated successfully, but these errors were encountered:
I think it would be nice to at least have the 80 column paragraph width be configurable. But I personally don't use this feature very much, so I probably won't work on this anytime soon.
Would it make sense to add a field modePreferredLineLength :: Maybe Int (where Nothing means use some global default) to the Mode type, and then alter the modePrettify implementations for the various modes that ought to respect that setting?
It seems the standard max line length for git commits is 72 characters.
gitCommitMode
is currently using the standardmodePrettify
which wraps at column 80. Does it make sense to change this in yi?The text was updated successfully, but these errors were encountered: