summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
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]
-------------------------------------------