diff options
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] ------------------------------------------- |