`Code Folding` to previous line.

已回答

How i make the `Code Folding` to previous line ?

From:

public void test()

{...}

 

To:

public void test() {...}

0

Try Editor | Code Style | Java | Wrapping and Braces | Braces Placement

0

请先登录再写评论。