Skip to content
Snippets Groups Projects
Commit f12b899f authored by Taylor Braun-Jones's avatar Taylor Braun-Jones Committed by Brad King
Browse files

cmake-mode.el: Make cmake-tab-width a customizable variable

parent 3ecdddfc
No related branches found
No related tags found
No related merge requests found
......@@ -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)
;------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment