-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Hi, due to my unfamiliarity with git I'm not making a proper pull request.
However, I've added these lines to handle converting to tabs, beginning on line 30 of
FormatSQL.py
default_formatted = sqlparse.format(s, keyword_case="upper", reindent=True, indent_width=indent_size)
if settings.get("translate_tabs_to_spaces"):
return default_formatted
else:
tab_formatted = default_formatted.replace(' ',"\t")
return tab_formattedThis is working for me, sublime text 2.0.1, windows 7, tabs on.
Metadata
Metadata
Assignees
Labels
No labels