]> git.eshelyaron.com Git - emacs.git/commitdiff
Enable indent-tabs-mode in obj-c-mode
authorStefan Kangas <stefankangas@gmail.com>
Thu, 26 Dec 2024 15:07:08 +0000 (16:07 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 4 Jan 2025 20:19:58 +0000 (21:19 +0100)
* .dir-locals.el (obj-c-mode): Enable indent-tabs-mode.

(cherry picked from commit cb8ce2e68bb68844971695e139ae93bd320bc0d8)

.dir-locals.el

index 4c1d496f3afb404bf8e30dbc1e26768da773cb90..62db2d0bae8cb4c97db25d14c650a2ee38429af9 100644 (file)
@@ -33,6 +33,7 @@
  (objc-mode . ((c-file-style . "GNU")
                (electric-quote-comment . nil)
                (electric-quote-string . nil)
+               (indent-tabs-mode . t)
               (mode . bug-reference-prog)))
  (c-ts-mode . ((c-ts-mode-indent-style . gnu))) ;Inherits `c-mode' settings.
  (log-edit-mode . ((log-edit-font-lock-gnu-style . t)