; Set indent-tabs-mode to nil in c-ts-mode indent preproc test

* test/lisp/progmodes/c-ts-mode-resources/indent-preproc.erts: Set
indent-tabs-mode to nil.
This commit is contained in:
Yuan Fu 2023-02-24 19:43:22 -08:00
parent 4a25fa4586
commit 03072bbdd3
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -1,6 +1,7 @@
Code:
(lambda ()
(c-ts-mode)
(setq-local indent-tabs-mode nil)
(newline)
(indent-for-tab-command))