Fix command name and expose settings

This commit is contained in:
2025-06-09 23:13:24 +04:00
parent 70586e28e1
commit 940e8ae9ec
6 changed files with 33 additions and 6 deletions

View File

@@ -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)