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