branch: master commit 7f10920f189aeeb6a268e6cf82cd2e94f11c7a8a Author: Mitchel Humpherys <mitch.spec...@gmail.com> Commit: Mitchel Humpherys <mitch.spec...@gmail.com>
respect the user's indent-tabs-mode Not everyone (myself included) wants spaces instead of tabs. Just leave indent-tabs-mode alone. --- dts-mode.el | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dts-mode.el b/dts-mode.el index 883a8d8..2ee2f44 100644 --- a/dts-mode.el +++ b/dts-mode.el @@ -105,7 +105,6 @@ (set (make-local-variable 'comment-start) "/* ") (set (make-local-variable 'comment-end) " */") - (set (make-local-variable 'indent-tabs-mode) nil) (set (make-local-variable 'comment-multi-line) t) (set (make-local-variable 'indent-line-function) 'dts-indent-line))