IndentX icon indicating copy to clipboard operation
IndentX copied to clipboard

A Sublime Text package for indenting and formatting XML and JSON content

Results 12 IndentX issues
Sort by recently updated
recently updated
newest added

Tried to indent a file that would end up being 51,000 lines after indenting and Sublime hung. Tried multiple times without success. Worked in under 1 second in Notepad++ but...

Issue with command: Indent Sample input: ``` scope source.mp3tagWsf settings icon file_type_mp3tag shellVariables name TM_COMMENT_START value # name TM_COMMENT_DISABLE_INDENT value yes ``` Expected result: ``` scope source.mp3tagWsf settings icon file_type_mp3tag...

I'm using sublime 3.2.2 and attempted to indent an XML file. When I do, the status bar states the file is invalid XML: `not well-formed (invalid token) line:1; col:297` I...

I regularly deal with ad-hock bracket-delimited files (generally printed python data structures), and it's always messy to either hand-reindent them, or use crappy web-based things to do reindenting, since it's...

With installed Babel plugin and disabled default JavaScript format, gives an error on clicking Index & Format JSON https://yadi.sk/i/ZKh-JResssj7A

For example i want to format JSON braces, so it looks more like config file than js Instead this: ``` { "public/": { ... } } ``` expect this: ```...

Version 0.7.7 When processing python's unicode syntax, this works: `{u'PurchaseDateInUTC': u'something' }` However, combining this with a string containing colons just confuses indentX and this breaks. `{u'PurchaseDateInUTC': u'5/28/2016 1:57:28 PM'...

Hi, Thanks for the great plugin. I would love it if we could have a setting to automatically run the "Indent X: Indent" command when an indentable file is opened....

I install this package in Sublime Text 3 by package control. It report "Could not find setuptools. Make sure that setuptools is installed (https://pypi.python.org/pypi/setuptools)". Even after restart ST, it still...