summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorJason St. John <jstjohn@purdue.edu>2013-10-31 22:55:54 +0100
committerAllan McRae <allan@archlinux.org>2013-11-08 00:28:05 +0100
commit14cc790c59e55f4a3f4d7fc47a2f60c468c5887b (patch)
tree016866b092cc013afa70e5c8fbc363b44458c5e3 /HACKING
parent0c180cb7cc890fdf162f3624d3fbeb6af95d2557 (diff)
downloadpacman-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>
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 068617f3..13446440 100644
--- a/HACKING
+++ b/HACKING
@@ -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]
-------------------------------------------