Tuesday, August 23, 2011

a question about c++ autoindentation

autoindentation gives (with filetype indent on in vimrc and default
option for everything I think)

template <something>
ma_fonction

and

namespace ...
{
template <something>
ma_fonction
}

No additional indentation after template name in the first case.
Additional indentation in the second case.

Seems strange.
Can I do something about this?

--
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: