setup bug-reference for emacs
* .dir-locals.el: Here. * tests/core/remfin.test, tests/core/unambig.test: Make consistent references to issue numbers. * HACKING: Document convention for mentioning issues.
This commit is contained in:
parent
f8575b4290
commit
e4b8cd3fe4
4 changed files with 21 additions and 6 deletions
|
|
@ -2,6 +2,11 @@
|
|||
(whitespace-style face empty trailing lines-tail)
|
||||
(require-final-newline . t)
|
||||
(mode . global-whitespace)
|
||||
(bug-reference-bug-regexp
|
||||
. "\\(?:[Ff]ix\\(es\\)? \\|[Ii]ssue \\)#\\(?2:[0-9]+\\)")
|
||||
(bug-reference-url-format
|
||||
. "https://gitlab.lrde.epita.fr/spot/spot/issues/%s")
|
||||
(mode . bug-reference)
|
||||
(magit-branch-adjust-remote-upstream-alist ("origin/next" . "/"))))
|
||||
(c++-mode . ((c-default-style . "gnu")
|
||||
(indent-tab-mode . t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue