:set tabstop=2 " To match the sample file
:set noexpandtab " Use tabs, not spaces
:%retab! " Retabulate the whole file
Reference:
https://*.com/questions/9104706/how-can-i-convert-spaces-to-tabs-in-vim-or-linux
2023-08-29 21:50:34
:set tabstop=2 " To match the sample file
:set noexpandtab " Use tabs, not spaces
:%retab! " Retabulate the whole file
Reference:
https://*.com/questions/9104706/how-can-i-convert-spaces-to-tabs-in-vim-or-linux
下一篇:CDN(内容分发网络)技术原理