mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add automatic indentation-detection (experimental)
Editorconfig is given precedence. If it successfully sets an indent_style or indent_size for the current buffer, automatic indentation detection will be disabled.
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
(package! ace-window)
|
||||
(package! avy)
|
||||
(package! command-log-mode)
|
||||
(package! dtrt-indent)
|
||||
(package! expand-region)
|
||||
(package! helpful)
|
||||
(package! pcre2el)
|
||||
|
Reference in New Issue
Block a user