diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2024-12-26 16:07:08 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2024-12-26 16:10:25 +0100 |
| commit | cb8ce2e68bb68844971695e139ae93bd320bc0d8 (patch) | |
| tree | ecbaf8e204238892ee50a37d3ea07aef425ec7c8 /.dir-locals.el | |
| parent | 54f35137096c8120df13653f287a92755d5036b6 (diff) | |
Enable indent-tabs-mode in obj-c-mode
* .dir-locals.el (obj-c-mode): Enable indent-tabs-mode.
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index c74da88a811..06ebedb7a49 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -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) |
