summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-06-22 18:06:34 +0200
committerDan McGee <dan@archlinux.org>2011-07-28 18:42:08 +0200
commitcd8747ba6d6b4068331c921ee65260424c6d9699 (patch)
treec6b0178ea3bd041b7c8917f123c2f224dbbd0456 /HACKING
parent804e2505cf4474791537a9f0ae8e9b6c274cb0c2 (diff)
downloadpacman-cd8747ba6d6b4068331c921ee65260424c6d9699.tar.gz
pacman-cd8747ba6d6b4068331c921ee65260424c6d9699.tar.xz
Unify modelines in Asciidoc files
This gets us close to using the same modeline in all files we run through Asciidoc, as well as adding the spell and spelllang declarations, just as we had in NEWS already. The choice of 'en_us' is mainly for consistency and because the body of work already uses these spellings. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 2df7ecc7..6692f7e8 100644
--- a/HACKING
+++ b/HACKING
@@ -147,5 +147,5 @@ For example, to run valgrind:
valgrind --leak-check=full -- src/pacman/.libs/lt-pacman -Syu
/////
-vim: set ts=2 sw=2 syntax=asciidoc et:
+vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
/////