Vim
align content left
:%le
indent whole file
gg=G
open file under cursor
gf
open file in new window
CTRL-w f
open file in new tab
CTRL-w gf
use expandtab to use spaces instead of tabs
set tabstop=4 shiftwidth=4 expandtab
to convert existind tabs use
:retab
there is Lapce, which looks pretty good :)