center tables <th>s #12

This commit is contained in:
Mathieu PATUREL
2017-01-26 12:24:09 +11:00
parent 271c7c619a
commit bbbeae6fe9
2 changed files with 12 additions and 7 deletions

View File

@ -7,7 +7,6 @@ import os.path
class MLPDevListener(sublime_plugin.EventListener):
def on_post_save(self, view):
# return
if not (os.path.dirname(__file__) in view.file_name() and
view.file_name().endswith('.py')):
return