Closed
Description
Issue Type: Bug
For Alman code formatting style, tabs indentation is handled incorrectly.
For example, the following code will have one space character in front of open brackets and "else" statement instead of tab:
while ($a) {
if ($b) {
$c = 1
} else {
$d = 2
}
}
Extension version: 2020.3.0
VS Code version: Code 1.43.2 (0ba0ca52957102ca3527cf479571617f0de6ed50, 2020-03-24T07:38:38.248Z)
OS version: Windows_NT x64 10.0.18363