From 14cc790c59e55f4a3f4d7fc47a2f60c468c5887b Mon Sep 17 00:00:00 2001 From: "Jason St. John" Date: Thu, 31 Oct 2013 17:55:54 -0400 Subject: [PATCH] Use title case for a heading in HACKING; fix capitalization of "Vim" in HACKING Signed-off-by: Jason St. John Signed-off-by: Allan McRae --- HACKING | 4 ++-- 1 file 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] -------------------------------------------