[Emacs] Use spaces rather than tabs for indentation in tablegen-mode

llvm-svn: 211564
This commit is contained in:
Adam Nemet 2014-06-24 01:42:29 +00:00
parent f9af6140ff
commit ee746be91f
1 changed files with 1 additions and 0 deletions

View File

@ -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.