General refactor & reformatting across the board

This commit is contained in:
Henrik Lissner 2020-02-18 22:56:47 -05:00
parent e08e7a4422
commit f7445a10db
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
6 changed files with 15 additions and 12 deletions

View file

@ -54,8 +54,8 @@ Emacs.")
;; searches from the current directory down to / for certain project
;; markers, like package.json, setup.py, or Cargo.toml
;; + `projectile-root-top-down-recurring' -> consults
;; `projectile-project-root-files-top-down-recurring'; searches from the
;; current directory down to / for a directory that has .svn or Makefile but
;; `projectile-project-root-files-top-down-recurring'; e.g. searches from
;; the current directory down to / for a directory that has Makefile but
;; doesn't have a parent with one of those files.
;;
;; In the interest of performance, we reduce the number of project root marker