diff options
author | Kai Tetzlaff <cmake@tetzco.de> | 2022-03-18 21:56:45 (GMT) |
---|---|---|
committer | Kai Tetzlaff <cmake@tetzco.de> | 2022-03-18 21:56:45 (GMT) |
commit | bc690f89f5633e37de94dce3b03d3c2c0bcd5af1 (patch) | |
tree | dd061ba5ffc693b022fcdf014fc1a289fc21aba3 /.gitignore | |
parent | c8a3c544443e81e01de6a41ba84abb3efcb509e0 (diff) | |
download | CMake-bc690f89f5633e37de94dce3b03d3c2c0bcd5af1.zip CMake-bc690f89f5633e37de94dce3b03d3c2c0bcd5af1.tar.gz CMake-bc690f89f5633e37de94dce3b03d3c2c0bcd5af1.tar.bz2 |
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
)
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions