Commit Graph

1 Commits

Author SHA1 Message Date
Misha Brukman
364006bcfb Added .editorconfig for easier editing.
Editor Config allows local per-project configuration to be expressed in a single
file, which makes it easy for one to work across many repos with many projects,
each of which may have its own preferred indentation, spacing, EOL, encoding,
etc. styles.

This change just adds 4-space indent for Python; other rules can be added quite
easily. The file has a pointer to the project's homepage which explains how to
install editor-specific plugins to handle this config and how to extend this
config further.
2015-10-04 21:35:51 -04:00