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>
This commit is contained in:
Jason St. John 2013-10-31 17:55:54 -04:00 committed by Allan McRae
parent 0c180cb7cc
commit 14cc790c59
1 changed files with 2 additions and 2 deletions

View File

@ -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]
-------------------------------------------