aboutsummaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-09-04 00:40:05 +0800
committerXan Lopez <xlopez@igalia.com>2011-09-04 00:40:05 +0800
commitf2defe7858a00a81879a4ae9af4dd772595b14ef (patch)
treef42eb528b4fd03c573465cafdd042911643bc90b /HACKING
parent37c1f487b4630d0d4f1f3fd9e505a7200a01acaa (diff)
downloadgsoc2013-epiphany-f2defe7858a00a81879a4ae9af4dd772595b14ef.tar
gsoc2013-epiphany-f2defe7858a00a81879a4ae9af4dd772595b14ef.tar.gz
gsoc2013-epiphany-f2defe7858a00a81879a4ae9af4dd772595b14ef.tar.bz2
gsoc2013-epiphany-f2defe7858a00a81879a4ae9af4dd772595b14ef.tar.lz
gsoc2013-epiphany-f2defe7858a00a81879a4ae9af4dd772595b14ef.tar.xz
gsoc2013-epiphany-f2defe7858a00a81879a4ae9af4dd772595b14ef.tar.zst
gsoc2013-epiphany-f2defe7858a00a81879a4ae9af4dd772595b14ef.zip
HACKING: another tweak, accommodate to what ephy has been doing
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING3
1 files changed, 2 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index ccaf382fc..37ae5f8b6 100644
--- a/HACKING
+++ b/HACKING
@@ -11,7 +11,8 @@ need to stick to in order to get your patch accepted:
- Use char/int/double/..., not gchar/gint/gdouble/... types.
- All implementation files must include first "config.h", followed by
the primary header, followed by a blank line, followed by all the
- other headers sorted alphabetically.
+ local headers sorted alphabetically, followed by a blank line,
+ followed by all the system headers sorted alphabetically.
- data/kr-gnome-indent.cfg is provided as a reference config file for the
uncrustify program to get correct indentation in new files.