Codebase list ghub-el / debian/3.2.0-2 .dir-locals.el
debian/3.2.0-2

Tree @debian/3.2.0-2 (Download .tar.gz)

.dir-locals.el @debian/3.2.0-2raw · history · blame

((nil
  (bug-reference-bug-regexp . "#\\(?2:[0-9]+\\)")
  (bug-reference-url-format . "https://github.com/magit/ghub/issues/%s"))
 (emacs-lisp-mode
  (eval . (bug-reference-mode 1))
  (indent-tabs-mode . nil))
 (makefile-gmake-mode
  (outline-regexp . "##"))
 (git-commit-mode
  (git-commit-major-mode . git-commit-elisp-text-mode)))