[gnome-devel-docs] programming-guidelines: clarify tabs-as-spaces



commit e2512a428dbbef5a9cd774f446c027f6246e869c
Author: David King <amigadave amigadave com>
Date:   Sat Feb 14 19:23:36 2015 +0000

    programming-guidelines: clarify tabs-as-spaces

 programming-guidelines/C/c-coding-style.page |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/programming-guidelines/C/c-coding-style.page b/programming-guidelines/C/c-coding-style.page
index 3ae721d..17a08aa 100644
--- a/programming-guidelines/C/c-coding-style.page
+++ b/programming-guidelines/C/c-coding-style.page
@@ -177,9 +177,10 @@ for (i = 0; i &lt; num_elements; i++)
 
     <p>
       Instead, set the <em>indentation size</em> as appropriate for
-      the code you are editing.  You may even be able to tell your
-      editor to automatically convert all tabs to 8 spaces, so that
-      there is no ambiguity about the intended amount of space.
+      the code you are editing.  When writing in something other than
+      Linux kernel style, You may even want to tell your editor to
+      automatically convert all tabs to 8 spaces, so that there is no
+      ambiguity about the intended amount of space.
     </p>
   </section>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]