Navigation Menu

Skip to content

Commit

Permalink
Added a coding style guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbe committed Jan 22, 2009
1 parent 4db643b commit 856671a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions STYLE
@@ -0,0 +1,9 @@
* Comment every top level function (particularly exported functions),
and provide a type signature; use Haddock syntax in the comments.

* Follow the coding style of the other modules.

* Code should be compilable with -Wall -Werror. There should be no
warnings.

* Tabs are illegal. Use spaces for indenting.

0 comments on commit 856671a

Please sign in to comment.