mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
dev: format CODEOWNERS with more whitespace
Affects the result of 'doom make codeowners'
This commit is contained in:
@ -54,7 +54,7 @@ OPTIONS:
|
||||
(dolist (entry (nreverse doom-make-codeowners))
|
||||
(if (stringp entry)
|
||||
(insert "\n" entry "\n")
|
||||
(insert (car entry) " " (cdr entry) "\n")))
|
||||
(insert (format "%-35s %s" (car entry) (cdr entry)) "\n")))
|
||||
(insert "\n# End of CODEOWNERS")
|
||||
(setq indent-tabs-mode nil) ; align w/ spaces, not tabs
|
||||
(align-regexp (point-min) (point-max) "/\\(\\s-+\\)@" 1)
|
||||
|
Reference in New Issue
Block a user