Files
Android11/external/yapf/.vimrc
2023-10-13 14:01:41 +00:00

5 lines
167 B
VimL

" Force indentation styles for this directory
autocmd FileType python set shiftwidth=2
autocmd FileType python set tabstop=2
autocmd FileType python set softtabstop=2