]> git.eshelyaron.com Git - emacs.git/commitdiff
CC Mode: "linux" style: set indent-tabs-mode to t
authorAlan Mackenzie <acm@muc.de>
Wed, 27 Apr 2022 19:11:47 +0000 (19:11 +0000)
committerAlan Mackenzie <acm@muc.de>
Wed, 27 Apr 2022 19:11:47 +0000 (19:11 +0000)
* lisp/progmodes/cc-styles.el (c-style-alist): Add the setting of
indent-tabs-mode to "linux" style.

lisp/progmodes/cc-styles.el

index 8fe8402b1d893741e074bd030a509b12e0643423..1cf14d52d55c3ac091256b4b58878eeaafaf17dc 100644 (file)
                         (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)