Add a 'big-indent style to `whitespace-mode'.
commit427c362766155c95371a89d5bf48540ad3469f77
authorMichal Nazarewicz <mina86@mina86.com>
Sat, 18 Oct 2014 00:23:03 +0000 (17 20:23 -0400)
committerTed Zlatanov <tzz@lifelogs.com>
Sat, 18 Oct 2014 00:23:03 +0000 (17 20:23 -0400)
tree5e5c3a473a41692327d1a8142e5cc617804ef4de
parent774da90d8c23f3b27194fb5c82e8b1ccdb77aae2
Add a 'big-indent style to `whitespace-mode'.

* lisp/whitespace.el (whitespace-style, whitespace-big-indent)
(whitespace-big-indent-regexp, whitespace-style-value-list)
(whitespace-toggle-option-alist, whitespace-interactive-char)
(whitespace-toggle-options)
(global-whitespace-toggle-options, whitespace-help-text)
(whitespace-style-face-p, whitespace-color-on): Add a 'big-indent
style to `whitespace-mode' to indicate that the line indentation
is too deep.  By default, 32 SPACEs or four TABs are considered
too many but `whitespace-big-indent-regexp' can be configured.
lisp/ChangeLog
lisp/whitespace.el