bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

option for space between a template class name and the following angle b


From: Kiwon Um
Subject: option for space between a template class name and the following angle bracket
Date: Fri, 06 Nov 2009 18:49:51 +0900
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux)

Dear GNU Indent Dev. Team:

This mail suggests an options for template-related formatting
control. GNU Indent does format as follow:

  shared_ptr < Test > test;
  const int R = static_cast < int >(pow(2.0f, 6));

It has a lot of options for parenthesis, but not for angle
bracket. Therefore, I suggest some options to control space between a
template class name and the following angle bracket so that the
followings are possible:

  shared_ptr<Test> test;
  const int R = static_cast<int>(pow(2.0f, 6));

Thank you.

Sincerely,

Kiwon Um




reply via email to

[Prev in Thread] Current Thread [Next in Thread]