mirror of
https://gitlab.com/qemu-project/seabios-hppa.git
synced 2025-10-30 07:48:43 +08:00
5 lines
113 B
VimL
5 lines
113 B
VimL
set expandtab
|
|
set shiftwidth=4
|
|
set smarttab
|
|
autocmd FileType asm setlocal ts=8 sts=8 sw=8 noexpandtab nosmarttab
|