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

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

smart-tabs-mode.el


From: Benoit Izac
Subject: smart-tabs-mode.el
Date: Fri, 21 Sep 2012 18:59:05 +0200

Hi,

I'm trying smart-tabs-mode.el with cc-mode
(<http://www.emacswiki.org/SmartTabs>
<https://raw.github.com/jcsalomon/smarttabs/master/smart-tabs-mode.el>).

It's working fine for functions parameters but not for declarations:

        // I have
        unsigned int a,
                b;
        // I want
        unsigned int a,
                     b;

Is there a way to have spaces instead one tab before ``b''?

Thank you.
--
Benoit Izac


reply via email to

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