[pacman-dev] [PATCH] Use title case for a heading in HACKING; fix capitalization of "Vim" in HACKING
Signed-off-by: Jason St. John <jstjohn@purdue.edu> --- HACKING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING b/HACKING index 068617f..1344644 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] ------------------------------------------- -- 1.8.4.2
participants (1)
-
Jason St. John