summaryrefslogtreecommitdiff
path: root/doc/README.CODING_STYLE
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-12-02 11:08:44 +0000
committerSimon Josefsson <simon@josefsson.org>2005-12-02 11:08:44 +0000
commit6c4eb26e3fdf14a3daa5995f2387c5ad6bf36d7d (patch)
tree646268acbb213e12485cc814b9c0a4c7c451d741 /doc/README.CODING_STYLE
parent652260b185c1aeaa959b1adce6f7f6feac2c05e4 (diff)
downloadgnutls-6c4eb26e3fdf14a3daa5995f2387c5ad6bf36d7d.tar.gz
Mention indentation.
Diffstat (limited to 'doc/README.CODING_STYLE')
-rw-r--r--doc/README.CODING_STYLE4
1 files changed, 4 insertions, 0 deletions
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".