MiloslavBeno
The issue actually does not depend on the file context, the bug appears even with a simpliest markup =>
<?php
if ($any_condition):
?>
<div class="any-html"></div>
<?php
endif;
?>
turns into (tab added on each save)
<?php
if ($any_condition):
?>
<div class="any-html"></div>
<?php
endif;
?>
I have no other PHP extension or formatters installed, running latest version of VS Code on macOS Ventura Version 13.5.1.