diff options
author | Jason St. John <jstjohn@purdue.edu> | 2013-10-31 22:55:54 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-11-08 00:28:05 +0100 |
commit | 14cc790c59e55f4a3f4d7fc47a2f60c468c5887b (patch) | |
tree | 016866b092cc013afa70e5c8fbc363b44458c5e3 | |
parent | 0c180cb7cc890fdf162f3624d3fbeb6af95d2557 (diff) | |
download | pacman-14cc790c59e55f4a3f4d7fc47a2f60c468c5887b.tar.gz pacman-14cc790c59e55f4a3f4d7fc47a2f60c468c5887b.tar.xz |
Use title case for a heading in HACKING; fix capitalization of "Vim" in HACKING
Signed-off-by: Jason St. John <jstjohn@purdue.edu>
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | HACKING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,11 +6,11 @@ concerns when hacking on pacman. If you are interested in contributing, please read link:submitting-patches.html[submitting-patches] and link:translation-help.html[translation-help] as well. -Coding style +Coding Style ------------ 1. All code should be indented with tabs. (Ignore the use of only spaces in - this file) By default, source files contain the following VIM modeline: + this file) By default, source files contain the following Vim modeline: + [source,C] ------------------------------------------- |