开发者

How to change auto indent behavior in the Bluefish editor?

开发者 https://www.devze.com 2023-03-08 07:47 出处:网络
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:

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

精彩评论

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

关注公众号