I have my complete code in this format in sublime text. I wish to indent it properly without manual intervention. In Sublime Text 3 we have only Reindent option but that cannot change the following to the one following that.
<div> Dhrub</div>
Formating I needed for my html/css/javascript file
<div>
Dhrub
</div>
Following is a overview of my full docs
SERVICES<div class="row">
<div class="F col-sm-offset-3 col-sm-6"> <h2>We provide home services in 35 countries competing with brands of Amazon </h2> </div>
<div class="col-sm-3"></div>
</div>
<div class="row urbanclap_content">
<div class="urbanclap_subcontent col-sm-offset-1 col-sm-2 "> <div class="glyphicon-ring"><span class="glyphicon glyphicon-envelope glyphicon-bordered" ></div> <h4> Home Services Express</h4> <p>We provide home services in 35 countries competing with brands of Amazon</p></span></div>
<div class="urbanclap_subcontent col-sm-offset-1 col-sm-2 "><div class="glyphicon-ring"> <span class="glyphicon glyphicon-envelope glyphicon-bordered"></div><h4> Home Services Express</h4> <p>We provide home services in 35 countries competing with brands of Amazon</p></span></div>
<div class="urbanclap_subcontent col-sm-offset-1 col-sm-2 "> <div class="glyphicon-ring"><span class="glyphicon glyphicon-envelope glyphicon-bordered"></div><h4> Home Services Express</h4> <p>We provide home services in 35 countries competing with brands of Amazon</p></span></div>
<div class="urbanclap_subcontent col-sm-offset-1 col-sm-2 "><div class="glyphicon-ring"> <span class="glyphicon glyphicon-envelope glyphicon-bordered"> </div><h4> Home Services Express</h4> <p>We provide home services in 35 countries competing with brands of Amazon</p></span></div>
</div>
I have searched plugin but not found the one which does that. Hope I will find an alternate here.