Variable: projectile-dirconfig-file

projectile-dirconfig-file is a customizable variable defined in projectile.el.

Value

".projectile"

Documentation

The file which serves both as a project marker and configuration file.

This should _not_ be set via .dir-locals.el.

This variable was added, or its default value changed, in projectile version 2.7.0.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-dirconfig-file
  ".projectile"
  "The file which serves both as a project marker and configuration file.
This should _not_ be set via .dir-locals.el."
  :group 'projectile
  :type 'file
  :package-version '(projectile . "2.7.0"))