Does anyone have AutoWrap configured in Sublime Text to write docstrings?

I want my docstrings to have 60 lines, but I don’t want to constantly re-format them.

Does anyone use the AutoWrap package in Sublime Text 3 to automatically wrap blocks of text that look like

"""
Dostring here.
"""

?

VS Code can use Rewrap, with an automatic wrapping feature.
https://github.com/stkb/Rewrap/wiki/Auto-wrap