From 6ad51c0524c12327fab3617a70502ac21f9bf77e Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Mon, 10 Nov 2014 06:17:01 +0000 Subject: [PATCH] add coding style note in the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e90999e..b935d6c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ higher level protocols or higher level implementation. Documentation: [cryptonite on hackage](http://hackage.haskell.org/package/cryptonite) +Coding Style +------------ + +The coding style of this project mostly follows: +[haskell-style](https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md) + Links -----