[latexila] Hacking file: now the GtkSourceView coding style is used for C



commit 08c2dbfd25fbc12bf5c63c705059abf924794657
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Feb 16 12:25:57 2018 +0100

    Hacking file: now the GtkSourceView coding style is used for C

 HACKING |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/HACKING b/HACKING
index 9ccaa50..f98487e 100644
--- a/HACKING
+++ b/HACKING
@@ -39,10 +39,9 @@ For Vala:
       self-documentation.
 
 For C:
-    - Follow the GNU coding style:
-      https://developer.gnome.org/programming-guidelines/stable/c-coding-style.html.en
+    - Follow the same coding style as GtkSourceView:
+      https://git.gnome.org/browse/gtksourceview/tree/HACKING
     - No maximum line length (but short lines are better).
-    - Only /* ... */ comments (for C89 compatibility).
     - Spacing differences with Vala:
        - if (!foo)
        - for (int i = 0; i < max; i++)


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