summaryrefslogtreecommitdiffstats
path: root/llvm/utils/emacs
diff options
context:
space:
mode:
authorAdam Nemet <anemet@apple.com>2014-06-24 01:42:29 +0000
committerAdam Nemet <anemet@apple.com>2014-06-24 01:42:29 +0000
commitee746be91f2b84d12f23fd5cc2ddab5334ae280b (patch)
tree7e188990ca19b223a25ba9e97c62262972308951 /llvm/utils/emacs
parentf9af6140ff4a14b84f090daf41cf56e25cf0ef1f (diff)
downloadbcm5719-llvm-ee746be91f2b84d12f23fd5cc2ddab5334ae280b.tar.gz
bcm5719-llvm-ee746be91f2b84d12f23fd5cc2ddab5334ae280b.zip
[Emacs] Use spaces rather than tabs for indentation in tablegen-mode
llvm-svn: 211564
Diffstat (limited to 'llvm/utils/emacs')
-rw-r--r--llvm/utils/emacs/tablegen-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/emacs/tablegen-mode.el b/llvm/utils/emacs/tablegen-mode.el
index e83a34ca181..c0ae75100bf 100644
--- a/llvm/utils/emacs/tablegen-mode.el
+++ b/llvm/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.
OpenPOWER on IntegriCloud