Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #29 from tadeu/improve-docs
Browse files Browse the repository at this point in the history
Add AppVeyor badge and update documentation
  • Loading branch information
nicoddemus authored Oct 19, 2018
2 parents 5ee95fe + 89c7da6 commit bef1ec7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ esss_fix_format
.. image:: https://img.shields.io/travis/ESSS/esss_fix_format/master.svg
:target: https://travis-ci.org/ESSS/esss_fix_format

.. image:: https://ci.appveyor.com/api/projects/status/github/ESSS/esss_fix_format?branch=master&svg=true
:target: https://ci.appveyor.com/project/ESSS/esss-fix-format


Simple code formatter and pre-commit checker used internally by ESSS.

* Imports sorted using `isort <https://pypi.python.org/pypi/isort>`_;
* Trim right spaces;
* Expand tabs;
* Imports sorted using `isort <https://pypi.python.org/pypi/isort>`_
* Trim right spaces
* Expand tabs
* Formats Python code using `PyDev Code Formatter <https://github.com/fabioz/PyDev.Formatter>`_
* Formats C++ code using `clang-format <https://clang.llvm.org/docs/ClangFormat.html>`_ if a ``.clang-format`` file is available


Install
Expand Down

0 comments on commit bef1ec7

Please sign in to comment.