when writing in visual studio code my brackets used to automatically format as
function(){
//cursor here
}
however now it automaticly formats as
function(){
//cursor here}
I have cruised through stack overflow and user settings in vs code but failed to find anything of use.
Specifically in java

