- Edited
In functions, if-queries, and foreach loops, I noticed that the next line is indented, which is desired. However, in version "v1.32.12920", it also indents the content of the curly braces again if it is already indented, for example, if the document is formatted multiple times because something has been added. If this is repeated, the indentation also repeats.
It does not take into account the position of the function and indent accordingly, but rather adds another indentation or similar.
Edit: This happens when pure HTML code comes after the parenthesis and the PHP part is closed using "?>".