From 68cda26497ec5cc9471f2f5ab3fa7176ad46a00a Mon Sep 17 00:00:00 2001 From: Adam Nemet Date: Tue, 24 Jun 2014 01:42:29 +0000 Subject: [Emacs] Use spaces rather than tabs for indentation in tablegen-mode git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211564 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/emacs/tablegen-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/emacs/tablegen-mode.el b/utils/emacs/tablegen-mode.el index e83a34ca18..c0ae75100b 100644 --- a/utils/emacs/tablegen-mode.el +++ b/utils/emacs/tablegen-mode.el @@ -112,6 +112,7 @@ (set-syntax-table tablegen-mode-syntax-table) (make-local-variable 'comment-start) (setq comment-start "//") + (setq indent-tabs-mode nil) (run-hooks 'tablegen-mode-hook)) ; Finally, this permits the user to ; customize the mode with a hook. -- cgit v1.2.3