I'm not even sure if this is possible, but I would like to change the \ t value in PHP lines. For example, for now, if I do this:
echo "\t\tHello";
The conclusion is 16 spaces followed by hello - so the bookmark is 8 spaces wide. Is there a way to change this default tab width to a different number when using \ t in lines?
Actually, it’s not so important that I do it, and there are many obvious tasks, it’s just interesting if I’m missing something that is easy to do and cannot find.
Will source
share