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:
Henrik Lissner
2018-05-18 01:28:40 +02:00
parent b1dce548ad
commit 3d0745c3ec
3 changed files with 21 additions and 0 deletions

View File

@ -23,6 +23,7 @@
(package! ace-window)
(package! avy)
(package! command-log-mode)
(package! dtrt-indent)
(package! expand-region)
(package! helpful)
(package! pcre2el)