Friday, January 4, 2013

fortran indentation

Hi,

I have the following f90 program indented as such in vim.

program hello
print *, "Hello World!"
end program hello

However, it might be better to have the code indented like the
following (notice the "print" line). Does anybody know if there is a
plugin for it in vim? Thanks!

program hello
print *, "Hello World!"
end program hello


Regards,
Peng

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: