diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-09-09 04:56:32 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-09-09 04:56:32 +0800 |
commit | d9dc07d5e89f56871d6df629015226c4e0ddb133 (patch) | |
tree | ae1ca4c4f8ec6c8a65220e101f3a3a8e36f0f47c | |
parent | 368e65ed6173f75b3c9ccf19e26b2846fc6fb3d0 (diff) | |
download | gsoc2013-epiphany-d9dc07d5e89f56871d6df629015226c4e0ddb133.tar.gz gsoc2013-epiphany-d9dc07d5e89f56871d6df629015226c4e0ddb133.tar.zst gsoc2013-epiphany-d9dc07d5e89f56871d6df629015226c4e0ddb133.zip |
HACKING: add note about comments
-rw-r--r-- | HACKING | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ need to stick to in order to get your patch accepted: the primary header, followed by a blank line, followed by all the local headers sorted alphabetically, followed by a blank line, followed by all the system headers sorted alphabetically. +- Make comments full sentences. This means proper capitalization and + punctuation. - data/kr-gnome-indent.cfg is provided as a reference config file for the uncrustify program to get correct indentation in new files. |