Files
CMake/Auxiliary
Kai Tetzlaff bc690f89f5 cmake-mode.el: Fix indentation of 'closing parens only lines'
Outdent lines containing only closing parentheses (`)`) by `cmake-tab-width`
to align the indentation of the 'closing parens only line' with the line that
contains the opening paren.

I.e. change the formatting from:

  add_library(mylib
    mysrc.c
    )

to:

  add_library(mylib
    mysrc.c
  )
2022-03-18 22:56:45 +01:00
..
2022-03-09 12:17:44 -05:00