Stripe processed text

This commit is contained in:
Anton Vakhrushev 2015-12-06 23:21:49 +03:00
parent 8336a05918
commit 5f0abdc476

View File

@ -35,7 +35,7 @@ class TypographSelectionCommand(sublime_plugin.TextCommand):
for region in self.view.sel():
processed = typograf.processText(self.view.substr(region))
self.view.replace(edit, region, processed)
self.view.replace(edit, region, processed.strip())
def get_settings(self):