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