When you create a new method or class, and add the first { then hit enter, currently it adds a tab, can you change that to not do anything on its own?
I want to, for instance, declare a method with as follows
myMethod
{
}
And not have it add in the new line on its own with a tab, I always have to remove the line it adds and remove the tab or I get compile errors since it doesn't understand the character at the tabbed line.
Thanks
File->Editor Options.
Uncheck "Auto Indent".
Thanks