This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
vimfiles/ftplugin/xml.vim

9 lines
179 B
VimL

setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2
setlocal expandtab
setlocal autoindent
set foldlevelstart=99
let g:xml_syntax_folding=1
setlocal foldmethod=syntax