Esempio n. 1
0
 def __init__(self, view, sublime):
     FormatCommandBase.__init__(self, view, sublime)
     self.command_name = 'Indent'
Esempio n. 2
0
 def __init__(self, view, sublime):
     FormatCommandBase.__init__(self, view, sublime)
     self.command_name = 'Indent & Format JSON'
Esempio n. 3
0
 def __init__(self, view, sublime):
     FormatCommandBase.__init__(self, view, sublime)
     self.command_name = 'Unindent'
Esempio n. 4
0
 def __init__(self, view, sublime):
     FormatCommandBase.__init__(self, view, sublime)
     self.command_name = 'Convert JSON to YAML'