Hey there,
when I press enter in PHP syntax after typing, while my cursor (the “|”) is here:
if (condition) {|}
I get:
if (condition) {
_ _|
}
(tow tabs)
instead of:
if (condition) {
_ |
}
(one tab).
I searched the whole web and this forum, but I could not clearly find a solution I did understand.
So is there a way to adjust how many tabs will be indented in this auto indent behaviour?
Thanks for the help!
Manu

