alek-sys / sublimetext_indentxml

Plugin for Sublime Text editor for reindenting XML and JSON files
MIT License
534 stars 136 forks source link

larger data sets won't indent #98

Closed Jrizzi1 closed 7 years ago

Jrizzi1 commented 7 years ago

I have an xml doc with 300 or so elements with 3 sub elements for each

if i run indent xml it wont work, but if i break it up into parts it will

is there a set amount you can indent ?

alek-sys commented 7 years ago

Hi, can you attach an example please? I don't think this is just about size, I've managed to format 30-40 MB files easily.

alek-sys commented 7 years ago

I'm going to close it for now, as data size is not a limit for a plugin (well, except for physical RAM limitations). Feel free to re-open it when you can provide an example.