]> granicus.if.org Git - llvm/commitdiff
[Emacs] Use spaces rather than tabs for indentation in tablegen-mode
authorAdam Nemet <anemet@apple.com>
Tue, 24 Jun 2014 01:42:29 +0000 (01:42 +0000)
committerAdam 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

index e83a34ca18169c0394d019ca97ff01687a433610..c0ae75100bfb85bf945292bccc9d2ee8dc36c657 100644 (file)
   (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.