xref: /aosp_15_r20/external/yapf/.vimrc (revision 7249d1a64f4850ccf838e62a46276f891f72998e)
1" Force indentation styles for this directory
2autocmd FileType python set shiftwidth=2
3autocmd FileType python set tabstop=2
4autocmd FileType python set softtabstop=2
5