vote up 4 vote down star
1

how can I easily indent html files with linux or vi or vim.

flag

3 Answers

vote up 7 vote down check

If your vim knows it's an html file (:se filetype=html), you can use the default indentation method (gg=G). I would have a look at :help =, it's quite powerful

link|flag
great! works ok for me – flybywire Sep 21 at 10:21
vote up 0 vote down

You can use the html tidy program to have your html file(s) indented. It could also potentially correct things and change more than just indentation, so it might do more than you ask for, but unless that is a problem you will end up with better html files as a result of running tidy.

link|flag
vote up 0 vote down

Use an HTML tidy plugin. Here is some help for vim

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.