Variable: projectile-project-type
projectile-project-type is a buffer-local variable defined in
projectile.el.
Documentation
Buffer local var for overriding the auto-detected project type.
Normally you'd set this from .dir-locals.el.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defvar-local projectile-project-type nil
"Buffer local var for overriding the auto-detected project type.
Normally you'd set this from .dir-locals.el.")