Question
want allman code formatting on php code in dreamweaver 2020
Dear team,
I want Allman code formating on php code.
i use .jsbeautifyrc process display in below link.
https://helpx.adobe.com/in/dreamweaver/using/format-code.html
but in if else condition display code
if()
{
}
else {
}
but i want
if()
{
}else
{
}
please help me.
thanks.
