help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Emacs BSD/Allman Style with 4 Space Tabs?


From: hany
Subject: Emacs BSD/Allman Style with 4 Space Tabs?
Date: Wed, 31 Oct 2012 19:15:36 -0700 (PDT)
User-agent: G2/1.0

Using this emacs lisp setting one ends up with BSD/Allman style braces but 
introduces tabs with 8 spaces.

(add-hook 'c-mode-hook
          (lambda ()
            (c-set-style "linux")))

How do I keep the Allman style braces but keep the tab spaces at 4?

Thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]