From fff20da5fc1cefc98032829cfcd1592e92fd80f3 Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Tue, 16 Dec 2014 19:45:14 +0100 Subject: [PATCH] [dox] stylec: limit to 100 chars --- doc/manual/style.dox | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/manual/style.dox b/doc/manual/style.dox index 49b007a82b1..68ec6482e51 100644 --- a/doc/manual/style.dox +++ b/doc/manual/style.dox @@ -31,6 +31,7 @@ style located in the repository (paparazzi_code_profile_eclipse.xml) - remove any trailing white space at the end of lines. - use 2 spaces for indentation; do NOT use tabs. - use Unix line endings ('\\n'); do NOT use DOS endings ('\\r\\n') +- limit code length to 100 chars per line - limit adjacent empty lines to at most two (2). - remove any trailing empty lines at the end of source files - do not "comment out" code from the tree; instead, one should either: