index.rst 775 B

1234567891011121314151617181920212223
  1. ==================================================================
  2. EditorConfig Python Core -- Process EditorConfig Files With Python
  3. ==================================================================
  4. EditorConfig is a file format for defining file-specific coding styles and a
  5. set of plugins that allow text editors and IDEs to read this file format. For
  6. more information on the EditorConfig project visit the
  7. `EditorConfig Homepage`_.
  8. The EditorConfig Python Core is a Python package for locating and parsing
  9. EditorConfig files. This package can be used as an import by other Python code
  10. or as a stand-alone command line program.
  11. .. _`EditorConfig Homepage`: http://editorconfig.org
  12. Contents:
  13. .. toctree::
  14. :maxdepth: 1
  15. usage
  16. command_line_usage
  17. plugins