mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
cmake-mode.el: Make cmake-tab-width a customizable variable
This commit is contained in:
committed by
Brad King
parent
3ecdddfc35
commit
f12b899f4e
@@ -228,7 +228,9 @@ the indentation. Otherwise it retains the same position on the line"
|
||||
;;
|
||||
;; Indentation increment.
|
||||
;;
|
||||
(defvar cmake-tab-width 2)
|
||||
(defcustom cmake-tab-width 2
|
||||
"Number of columns to indent cmake blocks"
|
||||
:type 'integer)
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user