From 38d87c43c2ad727406dcfe316aac5e24e202c251 Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Wed, 27 Apr 2022 19:11:47 +0000 Subject: [PATCH] CC Mode: "linux" style: set indent-tabs-mode to t * lisp/progmodes/cc-styles.el (c-style-alist): Add the setting of indent-tabs-mode to "linux" style. --- lisp/progmodes/cc-styles.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/cc-styles.el b/lisp/progmodes/cc-styles.el index 8fe8402b1d8..1cf14d52d55 100644 --- a/lisp/progmodes/cc-styles.el +++ b/lisp/progmodes/cc-styles.el @@ -180,6 +180,7 @@ (inclass . +) (inline-open . 0)))) ("linux" + (indent-tabs-mode . t) (c-basic-offset . 8) (c-comment-only-line-offset . 0) (c-hanging-braces-alist . ((brace-list-open) -- 2.39.2