1. Request
It would be nice, if you add "wrap_by_save" option.
2. Justification
Now user needs Ctrl+Shift+P → Wrap Plus: Wrap Lines that wrap long lines. It may spend a time, if user needs do wrap lines constantly.
3. Desirable behavior
I use PythonImproved syntax for my Python files. If I set "wrap_by_save": true in my PythonImproved.sublime-settings — I save file (Ctrl+S) → Python docstrings wrap for me.
4. Examples on other apps
For example, see this setting in PythonPEP8Autoformat Sublime Text package.
Thanks.
1. Request
It would be nice, if you add
"wrap_by_save"option.2. Justification
Now user needs Ctrl+Shift+P →
Wrap Plus: Wrap Linesthat wrap long lines. It may spend a time, if user needs do wrap lines constantly.3. Desirable behavior
I use PythonImproved syntax for my Python files. If I set
"wrap_by_save": truein myPythonImproved.sublime-settings— I save file (Ctrl+S) → Python docstrings wrap for me.4. Examples on other apps
For example, see this setting in PythonPEP8Autoformat Sublime Text package.
Thanks.