Great, thanks!
Thanks a lot
I wouldn't use the word "autoformat", it does not format, "=" autoindents.
very nice!
Thanks really much:)
This was very helpful. I also wanted to first put each XML tag on its own line because they were all on one line. I did that first with this::%s/></>\r</gThen I used your command to automatically indent everything.
Have a look at https://github.com/Chiel92/vim-autoformatThis vim plugin allows you to not only reindent your code, but also to reformat it.
Thanks! That's really handy.
Great, thanks!
ReplyDeleteThanks a lot
ReplyDeleteI wouldn't use the word "autoformat", it does not format, "=" autoindents.
ReplyDeletevery nice!
ReplyDeleteThanks really much:)
ReplyDeleteThis was very helpful. I also wanted to first put each XML tag on its own line because they were all on one line. I did that first with this:
ReplyDelete:%s/></>\r</g
Then I used your command to automatically indent everything.
Have a look at https://github.com/Chiel92/vim-autoformat
ReplyDeleteThis vim plugin allows you to not only reindent your code, but also to reformat it.
Thanks! That's really handy.
ReplyDelete