mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
[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
This commit is contained in:
parent
856361cb06
commit
68cda26497
@ -112,6 +112,7 @@
|
|||||||
(set-syntax-table tablegen-mode-syntax-table)
|
(set-syntax-table tablegen-mode-syntax-table)
|
||||||
(make-local-variable 'comment-start)
|
(make-local-variable 'comment-start)
|
||||||
(setq comment-start "//")
|
(setq comment-start "//")
|
||||||
|
(setq indent-tabs-mode nil)
|
||||||
(run-hooks 'tablegen-mode-hook)) ; Finally, this permits the user to
|
(run-hooks 'tablegen-mode-hook)) ; Finally, this permits the user to
|
||||||
; customize the mode with a hook.
|
; customize the mode with a hook.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user