installed the new build 10.9.2062.0 and if I type an else and then hit enter to expand the braces, I get the following
else
{
\\t\\t
}
the \\t denotes tabs, but I have selected spaces. This is a bad regression for me since our coding convention requires spaces and this will litter files.
what do you see when the closing curly brace is inserted? Are there actual tab characters before the caret, or just empty space? Normally you just get empty space until you type something, at which point the indent is filled in with either tabs or spaces.
This should not have changed, but regressions do happen.