We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef3759 commit 64306e4Copy full SHA for 64306e4
README.rst
@@ -1,8 +1,10 @@
1
vim-python-pep8-indent
2
======================
3
4
-.. image:: https://travis-ci.org/Vimjas/vim-python-pep8-indent.png?branch=master
5
- :target: https://travis-ci.org/Vimjas/vim-python-pep8-indent
+.. image:: https://circleci.com/gh/Vimjas/vim-python-pep8-indent.svg?style=svg
+ :target: https://circleci.com/gh/Vimjas/vim-python-pep8-indent
6
+.. image:: https://codecov.io/gh/Vimjas/vim-python-pep8-indent/branch/master/graph/badge.svg
7
+ :target: https://codecov.io/gh/Vimjas/vim-python-pep8-indent
8
9
This small script modifies Vim_’s indentation behavior to comply with PEP8_ and my aesthetic preferences.
10
Most importantly::
0 commit comments