Visual Studio Code – Formatting vscode to handle java code with braces on separate lines
I am looking for a way so that vscode will format my java code such that curly braces are on separate lines. For example... if(x) { dosomething(); } else { dosomethingelse(); } I've tried installing Java prettier format and Language…