Created
July 29, 2017 09:13
-
-
Save haoliplus/97cc0225486079d20d7b9e765b8c44a9 to your computer and use it in GitHub Desktop.
Convert 2space to 4space using vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:set ts=2 sts=2 noet | |
:retab! | |
:set ts=4 sts=4 et | |
:retab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment