There is probably a faulty indentation implemented in cmake-mode for emacs 
regarding closing parens.

If you have the following source code:

foo(
   bar
)



I indents the closing parenwould expect it to be indented like this:

foo(
   bar
   )


I would expect the single closing paren to be not indendet.


Can anybody confirm that this is an issue worth reporting?


I could also create a pull request for a fix if there is interest in doing so.

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to