Here's my problem:
After I write the method declaration (after open curly braces), and I press enter, the next line defaults to an extra tab like so:public void test() {
}What I want is to align the close braces to the beginning of the "public" keyword, like so:
public void test() {
}For now, I just di开发者_JAVA技巧sabled the smart auto indentation...
精彩评论