Skip to content

Commit

Permalink
Mark non-negative integer values for indent safe
Browse files Browse the repository at this point in the history
Closes #41
  • Loading branch information
wasamasa committed May 28, 2016
1 parent e73adce commit a4794ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yaml-mode.el
Expand Up @@ -78,6 +78,7 @@
(defcustom yaml-indent-offset 2
"*Amount of offset per level of indentation."
:type 'integer
:safe 'natnump
:group 'yaml)

(defcustom yaml-backspace-function 'backward-delete-char-untabify
Expand Down

0 comments on commit a4794ea

Please sign in to comment.