From b910bec6252cdc3886cce140f175e3f48e9a62e0 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 4 Aug 2024 23:34:00 +0200 Subject: Update --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index d7ec10c..b69193d 100644 --- a/vimrc +++ b/vimrc @@ -19,7 +19,7 @@ nnoremap :copen " Personal tabs/spaces settings. autocmd Filetype make,go,sh setlocal noexpandtab tabstop=4 shiftwidth=4 autocmd Filetype c,cpp,zig setlocal expandtab tabstop=4 shiftwidth=4 -autocmd Filetype lua,nix,html,javascript,css setlocal expandtab tabstop=2 shiftwidth=2 +autocmd Filetype lua,nix,html,xml,javascript,css setlocal expandtab tabstop=2 shiftwidth=2 " External auto-formatters. autocmd FileType c,cpp setlocal formatprg=clang-format -- cgit v1.2.3