Add editorconfig

This commit is contained in:
David Morgan 2022-11-26 16:23:43 +00:00
parent 86278e4680
commit e403d24255
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 5 additions and 0 deletions

View File

@ -205,5 +205,10 @@
("C-c C-y s" . aya-persist-snippet)
("C-c C-y o" . aya-open-line))
(use-package editorconfig
:custom (editorconfig-trim-whitespaces-mode 'ws-butler-mode)
:hook
(emacs-startup . editorconfig-mode))
(provide 'init-editor)
;;; init-editor.el ends here