You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jk...@apache.org on 2017/09/07 17:20:47 UTC

thrift git commit: THRIFT-2733 Erlang coding standards Client: erlang

Repository: thrift
Updated Branches:
  refs/heads/master 7d211b8d2 -> 811f73a66


THRIFT-2733 Erlang coding standards
Client: erlang

This closes #1345


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/811f73a6
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/811f73a6
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/811f73a6

Branch: refs/heads/master
Commit: 811f73a66104647e89fdc864eb07b152f1cfa208
Parents: 7d211b8
Author: walter-weinmann <wa...@gmail.com>
Authored: Thu Sep 7 06:08:49 2017 +0200
Committer: James E. King, III <jk...@apache.org>
Committed: Thu Sep 7 10:20:17 2017 -0700

----------------------------------------------------------------------
 lib/erl/coding_standards.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/811f73a6/lib/erl/coding_standards.md
----------------------------------------------------------------------
diff --git a/lib/erl/coding_standards.md b/lib/erl/coding_standards.md
index fa0390b..4d37dbc 100644
--- a/lib/erl/coding_standards.md
+++ b/lib/erl/coding_standards.md
@@ -1 +1,3 @@
 Please follow [General Coding Standards](/doc/coding_standards.md)
+
+Particularly for Erlang please follow the Erlang [Programming Rules and Conventions](http://www.erlang.se/doc/programming_rules.shtml).