aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAlbert Krewinkel <tarleb@moltkeplatz.de>2014-04-09 15:45:08 +0200
committerAlbert Krewinkel <tarleb@moltkeplatz.de>2014-04-09 16:11:14 +0200
commit5b9f9047a02f96daf5215bfd4d1cd376ef4186c3 (patch)
tree9d5665dd5fc61bf1c1c10b224584107287e2b776 /CONTRIBUTING.md
parente555a5703d4581f11c6b5020811bf60b5ec98c41 (diff)
downloadpandoc-5b9f9047a02f96daf5215bfd4d1cd376ef4186c3.tar.gz
Add .editorconfig
Use EditorConfig to define a some basic styling rules for code. This should also help to reduce the number of commits introducing trailing whitespace. See http://editorconfig.org/ for details.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index eeee77b25..824d1465e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -60,6 +60,8 @@ Please follow these guidelines:
3. Follow the stylistic conventions you find in the existing
pandoc code. Use spaces, not tabs, and wrap code to 80 columns.
Always include type signatures for top-level functions.
+ Consider installing [EditorConfig], this will help you to follow the
+ coding style prevalent in pandoc.
4. Your code should compile without warnings (`-Wall` clean).
@@ -177,5 +179,6 @@ The library is structured as follows:
[issue tracker]: https://github.com/jgm/pandoc/issues
[User's Guide]: http://johnmacfarlane.net/pandoc/README.html
[FAQs]: http://johnmacfarlane.net/pandoc/faqs.html
+[EditorConfig]: http://editorconfig.org/
[Haskell platform]: http://www.haskell.org/platform/
[hsb2hs]: http://hackage.haskell.org/package/hsb2hs