Can anyone help me with this issue in blade files formating? There is any directive in settings.json to prevent it?
Before:

After format:

This is my settings.json, i'm using the premium version:
{
"php.suggest.basic": true,
"php.validate.enable": true,
"php.completion.showParameters": true,
"php.problems.excludeGitIgnore": true,
"php.sortUses.caseSensitive": true,
"php.workspace.shortOpenTag": "false",
"php.format.rules.blankLinesAfterClass": 1,
"php.format.rules.blankLinesAfterClassBody": 1,
"php.format.rules.blankLinesAfterNamespace": 2,
"php.format.rules.blankLinesAfterMethod": 1,
"php.format.rules.blankLinesAfterOpenTag": 1,
"php.format.rules.blankLinesAfterUseStatements": 2,
"php.format.rules.booleanConstantCasing": "uppercase",
"php.format.rules.nullConstantCasing": "uppercase",
"php.format.rules.endWithNewLine": true,
"php.format.rules.spaceAfterCast": true,
"php.format.rules.spaceAroundConcatenation": true,
"php.format.rules.spaceBeforeParenthesesInControlStatements": true,
"php.format.rules.spaceWithinArrayInitilizersParens": false,
"php.format.rules.spaceWithinBracketsAroundExpression": false,
"php.format.rules.spaceWithinCallParens": false,
"php.format.rules.spaceWithinForeachParens": false,
"php.format.rules.spaceWithinForParens": false,
"php.format.rules.alignConsecutiveAssignments": true,
"php.format.rules.alignConstants": true,
"php.format.rules.alignEnumCases": true,
"php.format.rules.alignMatchArmBodies": true,
"php.format.rules.alignProperties": true,
"php.format.rules.arrayInitializersAlignKeyValuePairs": true,
"php.format.rules.arrayInitializersNewLineAfterLastElement": true,
"php.format.rules.arrayInitializersNewLineBeforeFirstElement": true,
"php.format.rules.declCompactEmptyBody": true,
"php.format.rules.declParametersNewLineAfterLeftParen": true,
"php.format.rules.declParametersNewLineBeforeRightParen": true,
"php.format.rules.forStatementNewLineAfterLeftParen": true,
"php.format.rules.forStatementNewLineBeforeRightParen": true,
"php.format.rules.indentHeredoc": true,
"php.format.rules.inlineHeredoc": true,
"php.format.rules.keepControlStatementsOnOneLine": true,
"php.codeLens.enabled": true,
}