开发者

How to change auto indent behavior in the Bluefish editor?

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...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜