Author Topic: identation/alignment option (Emacs's SmartTabs)  (Read 1992 times)

vovochka

  • New Community Member
  • Posts: 1
  • Hero Points: 0
identation/alignment option (Emacs's SmartTabs)
« on: November 26, 2013, 08:59:39 PM »
I'd like an other identation/alignment option ( Emacs's SmartTabs, described at http://www.emacswiki.org/SmartTabs ): the first part of string (identation) fills with tabs, and second (alignment) fills with spaces.

For example:
Code: [Select]
[tab][tab][tab]int i = 0,
[tab][tab][tab]    j = 0;


Please let me know if there is possible to set-up this identation/alignment style.