dominno / django-moderation

django-moderation is reusable application for Django framework, that allows to moderate any model objects.
BSD 3-Clause "New" or "Revised" License
269 stars 90 forks source link

Add EditorConfig file for indentation and newlines #57

Closed treyhunner closed 12 years ago

treyhunner commented 12 years ago

This .editorconfig file defines the indentation style and line ending styles used in this project.

EditorConfig is a file format for defining coding conventions used in shared projects. The are currently plugins available for many popular text editors.

Code contributors with an EditorConfig plugin installed will find following your coding conventions more natural with this .editorconfig file present.

Feedback on the EditorConfig project is greatly appreciated.

dominno commented 12 years ago

Thank you Tray.