-autocmd FileType python setlocal tabstop=4 shiftwidth=4 expandtab
-autocmd FileType markdown setlocal tabstop=4 shiftwidth=4 expandtab
-autocmd FileType javascript setlocal tabstop=2 shiftwidth=2 expandtab
-autocmd FileType json setlocal tabstop=2 shiftwidth=2 expandtab
-autocmd FileType html setlocal tabstop=2 shiftwidth=2 expandtab
+autocmd FileType python setlocal softtabstop=4 shiftwidth=4 expandtab
+autocmd FileType markdown setlocal softtabstop=4 shiftwidth=4 expandtab
+autocmd FileType javascript setlocal softtabstop=2 shiftwidth=2 expandtab
+autocmd FileType json setlocal softtabstop=2 shiftwidth=2 expandtab
+autocmd FileType html setlocal softtabstop=2 shiftwidth=2 expandtab