From cd8747ba6d6b4068331c921ee65260424c6d9699 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 22 Jun 2011 11:06:34 -0500 Subject: 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 --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HACKING') 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: ///// -- cgit v1.2.3-24-g4f1b