vscode-java icon indicating copy to clipboard operation
vscode-java copied to clipboard

How to make braces go to next line when creating class

Open molly-w opened this issue 5 years ago • 0 comments

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

molly-w avatar Nov 18 '20 09:11 molly-w