all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* smart-tabs-mode.el
@ 2012-09-21 16:59 Benoit Izac
  0 siblings, 0 replies; only message in thread
From: Benoit Izac @ 2012-09-21 16:59 UTC (permalink / raw
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-21 16:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-21 16:59 smart-tabs-mode.el Benoit Izac

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.