-
-
Save zph/4ee7dd52b7af44fd067c to your computer and use it in GitHub Desktop.
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
| autocmd BufRead,BufNewFile *.go set tabstop=4 shiftwidth=4 noexpandtab softtabstop=4 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The secret vimrc sauce for golang tab behavior.