vscode-java
vscode-java copied to clipboard
How to make braces go to next line when creating class
Is there any settings to make braces turn to the next line when creating a class?
Environment
- Operating System: Microsoft Windows [Version 10.0.19041.572]
- JDK version: openjdk 11.0.8 2020-07-14
- Visual Studio Code version: 1.51.1
- Java extension version: V 0.10.0
Steps To Reproduce
Create a class
Current Result
public class demo{
}
Expected Result
public class demo {
}
Additional Informations
none