Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save melissachang/cf2e9d08248f6a1f13942dd480a9df78 to your computer and use it in GitHub Desktop.
Save melissachang/cf2e9d08248f6a1f13942dd480a9df78 to your computer and use it in GitHub Desktop.
.vimrc for automatically running yapf on a file on save
autocmd BufWritePre *.py 0,$!yapf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment