projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
856361c
)
[Emacs] Use spaces rather than tabs for indentation in tablegen-mode
author
Adam Nemet
<anemet@apple.com>
Tue, 24 Jun 2014 01:42:29 +0000
(
01:42
+0000)
committer
Adam Nemet
<anemet@apple.com>
Tue, 24 Jun 2014 01:42:29 +0000
(
01:42
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211564
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/emacs/tablegen-mode.el
patch
|
blob
|
history
diff --git
a/utils/emacs/tablegen-mode.el
b/utils/emacs/tablegen-mode.el
index e83a34ca18169c0394d019ca97ff01687a433610..c0ae75100bfb85bf945292bccc9d2ee8dc36c657 100644
(file)
--- 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.