-
-
Save rajesh-battala/cf8e8a14bf7a475506acd8e2d50aa4ad to your computer and use it in GitHub Desktop.
Change 4 spaces to 2 spaces indentation - Vim tip
This file contains hidden or 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
%s;^\(\s\+\);\=repeat(' ', len(submatch(0))/2);g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment