summaryrefslogtreecommitdiffstats
path: root/doc/submitting-patches.txt
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 /doc/submitting-patches.txt
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 'doc/submitting-patches.txt')
-rw-r--r--doc/submitting-patches.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/submitting-patches.txt b/doc/submitting-patches.txt
index e6853c5f..34287683 100644
--- a/doc/submitting-patches.txt
+++ b/doc/submitting-patches.txt
@@ -20,7 +20,7 @@ started with GIT if you have not worked with it before.
The pacman code can be fetched using the following command:
- git clone git://projects.archlinux.org/pacman.git
+ git clone git://projects.archlinux.org/pacman.git
Creating your patch
@@ -32,7 +32,7 @@ Creating your patch
The -s allows you to credit yourself by adding a "Signed Off By" line to
indicate who has "signed" the patch - who has approved it.
- Signed-off-by: Aaron Griffin <aaron@archlinux.org>
+ Signed-off-by: Aaron Griffin <aaron@archlinux.org>
Please use your real name and email address. Feel free to "scramble" the
address if you're afraid of spam.
@@ -94,5 +94,5 @@ aren't their own.
--
/////
-vim: set ts=2 sw=2 syntax=asciidoc et:
+vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
/////