If the smart tabs option is enabled, spaces are used for alignment, tabs and spaces of others are used.
for example: for the following code code
function(first, second) { }
no smart tabs
t---function(first, t---t---t---.second) { t---}
with smart tabs
t---function(first, t---.........second) { t---}
bsrykt Apr 11 '13 at 18:57 2013-04-11 18:57
source share