mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
[Emacs] Use spaces rather than tabs for indentation in tablegen-mode
llvm-svn: 211564
This commit is contained in:
parent
f9af6140ff
commit
ee746be91f
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user