From 6c4eb26e3fdf14a3daa5995f2387c5ad6bf36d7d Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 2 Dec 2005 11:08:44 +0000 Subject: Mention indentation. --- doc/README.CODING_STYLE | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/README.CODING_STYLE') diff --git a/doc/README.CODING_STYLE b/doc/README.CODING_STYLE index d90c78ac2c..e5a94bbbaf 100644 --- a/doc/README.CODING_STYLE +++ b/doc/README.CODING_STYLE @@ -74,3 +74,7 @@ The rules here are not always used, although we try to stick to them. A negative value always indicates failure. All the available error codes are defined in gnutls.h and a description is available in gnutls_errors.c + +*** Indentation style: + In general, use the GNU Coding Standard. You may indent the source + using GNU indent, e.g. "indent *.c". -- cgit v1.2.1