Open tschijnmo opened 7 years ago
I favor a single space between sentences, but I agree that a configuration option would be useful! I'll add this when I have time again. Thank you!
@abrookins Actually I am not in favor of double spacing either. Just in same cases the code base has consistency requirement and this can be an issue. Thank you!
Thank you for such an awesome tool! It satisfies basically all my need. But there might be a small problem with the space after a sentence ending. In both vim
gq
and emacsfill-paragraph
, two spaces are automatically added after a sentence. For instance,would be wrapped into
where
*
s are used emphasize spaces. It would be great if WrapToColumn could add support for this. This could make the plugin more vim/emacs-like and could be a great help for code bases with consistency requirement on this. For instance, Python PEP8 recommends this style of sentence spacing and it is used throughout its official code base.