spacemacs/layers/+misc/dtrt-indent/README.org

26 lines
1.0 KiB
Org Mode

#+TITLE: dtrt-indent layer
#+TAGS: layer|misc
Spacemacs layer wrapping the Emacs package [[https://github.com/jscheid/dtrt-indent][dtrt-indent]].
This package enables automatic detection and switching of indentation style to match the current file.
See the [[https://github.com/jscheid/dtrt-indent][dtrt-indent]] repo for more details.
* Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
* Description
This is a simple layer wrapping the dtrt-indent Emacs package for automatic detection and switching of indentation style.
It is automatically enabled using the method [[https://github.com/syl20bnr/spacemacs/issues/3203#issuecomment-264175032][suggested here]].
** Features:
- Indentation style detection and automatic configuration to match file in open buffer.
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =dtrt-indent= to the existing =dotspacemacs-configuration-layers= list in this
file.