Created
May 17, 2018 23:27
-
-
Save melissachang/cf2e9d08248f6a1f13942dd480a9df78 to your computer and use it in GitHub Desktop.
.vimrc for automatically running yapf on a file on save
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
autocmd BufWritePre *.py 0,$!yapf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment