Fix command name and expose settings
This commit is contained in:
@@ -48,4 +48,4 @@ class TextCleanerCommand(sublime_plugin.TextCommand):
|
||||
content = re.sub(r'\n\s*\n+([)\]}])', r'\n\1', content)
|
||||
|
||||
# Replace the document text with the cleaned content.
|
||||
self.view.replace(edit, entire_region, content)
|
||||
self.view.replace(edit, entire_region, content)
|
||||
|
||||
Reference in New Issue
Block a user