_ -(.)__ (___/
It is possible to display tab characters when editing a file in vim.
In the .vimrc file:
.vimrc
set list set listchars=tab:>-
This will display a tab character as >-------
>-------