[CMake] Emacs cmake-mode indentation flaw

Frank Roland theldoria at hotmail.com
Fri Jun 2 01:57:13 EDT 2017


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.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20170602/1c64ab17/attachment.html>


More information about the CMake mailing list