aboutsummaryrefslogtreecommitdiff
path: root/textwrap/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to 'textwrap/.dir-locals.el')
-rw-r--r--textwrap/.dir-locals.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/textwrap/.dir-locals.el b/textwrap/.dir-locals.el
new file mode 100644
index 0000000..0faa664
--- /dev/null
+++ b/textwrap/.dir-locals.el
@@ -0,0 +1,3 @@
+((nil
+ (bug-reference-bug-regexp . "#\\(?2:[0-9]+\\)")
+ (bug-reference-url-format . "https://github.com/mgeisler/textwrap/issues/%s")))