Hi,

I am trying to format a C++ code base to conform to a propitiatory coding style, such as how braces are placed, indentations, white spaces, etc. I tried Eclipse CDT formatter, but it would put some brace at the wrong places (about 20%).

Could anyone provide suggestions that what may be good tools to use for this kind of task for C++ project?

Thanks,