Variable: dir-locals-class-alist

dir-locals-class-alist is a variable defined in files.el.gz.

Value

Large value
((/root/.emacs.d/elpa/llama-20260301.1253/
  (nil
   (indent-tabs-mode))
  (git-commit-mode
   (git-commit-major-mode . git-commit-elisp-text-mode))
  (makefile-mode
   (indent-tabs-mode . t))
  (emacs-lisp-mode
   (lisp-indent-local-overrides
    (cond . 0)
    (interactive . 0))))
 (/root/.emacs.d/elpa/forge-20260408.1922/
  (nil
   (indent-tabs-mode))
  (git-commit-mode
   (git-commit-major-mode . git-commit-elisp-text-mode))
  (makefile-mode
   (indent-tabs-mode . t))
  (emacs-lisp-mode
   (lisp-indent-local-overrides
    (cond . 0)
    (interactive . 0)))
  ("CHANGELOG"
   (nil
    (fill-column . 70)
    (mode . display-fill-column-indicator)))
  (".github/PULL_REQUEST_TEMPLATE"
   (nil
    (truncate-lines))))
 (/root/.emacs.d/elpa/ghub-20260401.1239/
  (nil
   (indent-tabs-mode))
  (git-commit-mode
   (git-commit-major-mode . git-commit-elisp-text-mode))
  (makefile-mode
   (indent-tabs-mode . t))
  (emacs-lisp-mode
   (lisp-indent-local-overrides
    (cond . 0)
    (interactive . 0)))
  ("CHANGELOG"
   (nil
    (fill-column . 70)
    (mode . display-fill-column-indicator))))
 (/root/.emacs.d/elpa/hyperbole-20260414.325/
  (nil
   (tab-width . 8)
   (fill-column . 76)
   (emacs-lisp-docstring-fill-column . 76))
  (lisp-data-mode
   (indent-tabs-mode))
  (emacs-lisp-mode
   (indent-tabs-mode)))
 (/workspace/src/
  (nil
   (tab-width . 8)
   (sentence-end-double-space . t)
   (fill-column . 70)
   (emacs-lisp-docstring-fill-column . 65)
   (vc-git-annotate-switches . "-w")
   (bug-reference-url-format . "https://debbugs.gnu.org/%s")
   (diff-add-log-use-relative-names . t)
   (vc-prepare-patches-separately))
  (diff-mode
   (mode . whitespace))
  (c-mode
   (c-file-style . "GNU")
   (c-noise-macro-names "INLINE" "NO_INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED" "UNINIT" "CALLBACK" "ALIGN_STACK" "ATTRIBUTE_MALLOC" "ATTRIBUTE_DEALLOC_FREE")
   (electric-quote-comment)
   (electric-quote-string)
   (indent-tabs-mode . t)
   (mode . bug-reference-prog))
  (objc-mode
   (c-file-style . "GNU")
   (electric-quote-comment)
   (electric-quote-string)
   (mode . bug-reference-prog))
  (log-edit-mode
   (log-edit-font-lock-gnu-style . t)
   (log-edit-setup-add-author . t)
   (vc-git-log-edit-summary-target-len . 50))
  (change-log-mode
   (add-log-time-zone-rule . t)
   (fill-column . 74)
   (mode . bug-reference))
  (lisp-data-mode
   (indent-tabs-mode))
  (texinfo-mode
   (electric-quote-comment)
   (electric-quote-string)
   (mode . bug-reference-prog))
  (outline-mode
   (mode . bug-reference))
  (c-ts-mode
   (c-ts-mode-indent-style . gnu)
   (indent-tabs-mode . t)
   (mode . bug-reference-prog))
  (emacs-lisp-mode
   (indent-tabs-mode)
   (electric-quote-comment)
   (electric-quote-string)
   (mode . bug-reference-prog)))
 (/root/.emacs.d/elpa/magit-20260411.1452/
  (nil
   (indent-tabs-mode))
  (git-commit-mode
   (git-commit-major-mode . git-commit-elisp-text-mode))
  (makefile-mode
   (indent-tabs-mode . t)
   (mode . outline-minor)
   (outline-regexp . "#\\(#+\\)"))
  (emacs-lisp-mode
   (checkdoc-allow-quoting-nil-and-t . t)
   (lisp-indent-local-overrides
    (cond . 0)
    (interactive . 0)))
  ("CHANGELOG"
   (nil
    (fill-column . 70)
    (mode . display-fill-column-indicator)))
  (".github/PULL_REQUEST_TEMPLATE"
   (nil
    (truncate-lines)))))

Documentation

Alist mapping directory-local variable classes (symbols) to variable lists.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/files.el.gz
;;; Handling directory-local variables, aka project settings.

(defvar dir-locals-class-alist '()
  "Alist mapping directory-local variable classes (symbols) to variable lists.")