Currently adding a tab adds four spaces instead to avoid issues of whitespace being composed of both tabs and spaces. When pushing backspace/delete, it should check if 4 spaces are there and delete them all, similar to popular coding editors. This would make it quicker to dedent code.