From 462d4c832a61731507bf1900d5ed7ec223c1fc57 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 23 Sep 2010 13:36:56 +0100 Subject: [PATCH] docs: Mention Uncrustify in the coding style document --- doc/CODING_STYLE | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/CODING_STYLE b/doc/CODING_STYLE index 03bb43695..67ee7603a 100644 --- a/doc/CODING_STYLE +++ b/doc/CODING_STYLE @@ -19,6 +19,11 @@ in the kernel CodingStyle document or in Cairo's CODING_STYLE one. When in doubt, check the surrounding code and try to imitate it. +Clutter provides an Uncrustify configuration file that tries to match +this document. Since automated tools are not a substitute for human eye, +they should not be entirely relied upon - but they can give an initial +layout for contributors. + + Line width The maximum line width for source files is 80 characters, whenever possible.